You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aleksey Demakov c1ab845e93 Remove duplicate entries from .gitignore files. 12 years ago
..
.gitignore Remove duplicate entries from .gitignore files. 12 years ago
Makefile.am 2006-08-28 Klaus Treichel <ktreichel@web.de> 18 years ago
README Initial revision 21 years ago
dpas-builtin.c Add new trunc insn for rounding float values towards zero. 14 years ago
dpas-function.c use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
dpas-internal.h use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
dpas-main.c use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
dpas-parser.y Fix a bug in dpas with binary functions returning a boolean result where the 17 years ago
dpas-scanner.l indent 16 years ago
dpas-scope.c Fix a memory leak in dpas. 12 years ago
dpas-scope.h use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
dpas-semantics.h use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
dpas-types.c use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
dpas-types.h use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago

README


This directory contains an implementation of "Dynamic Pascal", or "dpas"
as we like to call it. It is provided as an example of using "libjit"
in a real environment. We also use it to write test programs that
exercise the JIT's capabilities.

More information on Dynamic Pascal can be found in libjit's Texinfo
documentation, "libjit/doc/libjit.texi".