mirror of https://github.com/ademakov/libjit
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
|
12 years ago | |
---|---|---|
.. | ||
.gitignore | 12 years ago | |
Makefile.am | 18 years ago | |
README | 21 years ago | |
dpas-builtin.c | 14 years ago | |
dpas-function.c | 17 years ago | |
dpas-internal.h | 17 years ago | |
dpas-main.c | 17 years ago | |
dpas-parser.y | 17 years ago | |
dpas-scanner.l | 16 years ago | |
dpas-scope.c | 12 years ago | |
dpas-scope.h | 17 years ago | |
dpas-semantics.h | 17 years ago | |
dpas-types.c | 17 years ago | |
dpas-types.h | 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".