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 0e9ffc7c78 Execute the "main" method once a Dynamic Pascal program has been compiled; 21 years ago
..
.cvsignore Initial revision 21 years ago
Makefile.am Get basic compilation working in Dynamic Pascal. 21 years ago
README Initial revision 21 years ago
dpas-builtin.c Get basic compilation working in Dynamic Pascal. 21 years ago
dpas-function.c Execute the "main" method once a Dynamic Pascal program has been compiled; 21 years ago
dpas-internal.h Execute the "main" method once a Dynamic Pascal program has been compiled; 21 years ago
dpas-main.c Execute the "main" method once a Dynamic Pascal program has been compiled; 21 years ago
dpas-parser.y Execute the "main" method once a Dynamic Pascal program has been compiled; 21 years ago
dpas-scanner.l Initial revision 21 years ago
dpas-scope.c Get basic compilation working in Dynamic Pascal. 21 years ago
dpas-scope.h Get basic compilation working in Dynamic Pascal. 21 years ago
dpas-semantics.h Get basic compilation working in Dynamic Pascal. 21 years ago
dpas-types.c Get basic compilation working in Dynamic Pascal. 21 years ago
dpas-types.h Get basic compilation working in Dynamic Pascal. 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".