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.
 
 
 
 
 
 
Klaus Treichel 3ffb3bfac9 Fix a bug in dpas with binary functions returning a boolean result where the 17 years ago
..
.cvsignore Modify the autoconf/automake build system to use libtool. 21 years ago
Makefile.am 2006-08-28 Klaus Treichel <ktreichel@web.de> 18 years ago
README Initial revision 21 years ago
dpas-builtin.c use LGPL 2.1 for dpas, tools, tests, and doc 17 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 Fix build with MS cl on windows and some ANSI C issues. 17 years ago
dpas-scope.c use LGPL 2.1 for dpas, tools, tests, and doc 17 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".