| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the Java binding
|
|
|
|
number of arguments to a function
|
|
|
|
|
|
|
|
|
|
src/runtime/java/Makefile
|
|
book examples. However, if the grammar has any multiline rules, all of them must have semicolons.
|
|
|
|
|
|
longer a parameter to the callbacks.
|
|
by counting from 1.
|
|
arguments. This means that a potential problem is detected earlier before we jump into the JNI code.
|
|
Pass -I and -L flags to gcc so that the C run-time system can be found.
Also added a line in src/runtime/java/Makefile to install jpgf.jar.
|
|
|
|
|
|
|
|
|
|
and once for Mac OS. This is still not ideal since different Linux distributions might use different locations.
|
|
|
|
and Mac OS
|
|
|
|
is loaded to avoid failures if Expr is the first class that is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NERC in Haskell and Java now refuses to recognize names that match words in the lexicon. The latest is useful for German
|
|
|
|
|
|
The API in the C runtime as well as in the Haskell, Python and Java binding
is changed. Now instead of adding the literal callbacks to the concrete syntax
you need to supply them every time when you need to parse. The main reason is:
- referentially transparent API for Haskell
- when we start using memory mapped files we will not be allowed to change
anything in the grammar data structures. At that point the old API would
be impossible to use.
|
|
|
|
|