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.
 
 
 
 
 
 
Rhys Weatherley ee18787c07 Support for parallel builds. 21 years ago
..
.cvsignore Modify the autoconf/automake build system to use libtool. 21 years ago
Makefile.am Support for parallel builds. 21 years ago
README Initial revision 21 years ago
dpas-builtin.c Add builtins for mathematical operations. 21 years ago
dpas-function.c Execute the "main" method once a Dynamic Pascal program has been compiled; 21 years ago
dpas-internal.h Add some test cases for parameter passing; fix fastcall/stdcall 21 years ago
dpas-main.c Add the "--dont-fold" option to Dynamic Pascal, so that we can run 21 years ago
dpas-parser.y Add some test cases for parameter passing; fix fastcall/stdcall 21 years ago
dpas-scanner.l Add some test cases for parameter passing; fix fastcall/stdcall 21 years ago
dpas-scope.c Fix a bug that caused global variables in Dynamic Pascal 21 years ago
dpas-scope.h Fix a bug that caused global variables in Dynamic Pascal 21 years ago
dpas-semantics.h Get basic compilation working in Dynamic Pascal. 21 years ago
dpas-types.c dpas_type_identical: treat "float64" and "nfloat" as identical on 21 years ago
dpas-types.h Put some infrastructure (incomplete) in place to support 21 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".