Include <unistd.h> for a declaration of unlink
Done by bc5964.
gcc warning fixed (contributed by: fweimer)
Thanks. I will integrate it.
filename fixed
CRLF -> LF
it should be fixed by c004de1.
.gitignore added
feature #7 - -Jyylex and -Jyyerror added
-Jthrows= test fixed
add ability to static import yylex and yyerror
-d is now supported with -J. It creates interface with token constants
info about version 1.13 added
compilation error fixed
info about version 1.12 added
irrelevant file removed
more bugfixes in 1.14
allow to use generics in semantic type
bugfix #1506924, error recovery fixed - check for stack underflow readded back
bugfix #1600683, statestk and valstk must have same size
test of default value of jyyparse_throws fixed
compiled byaccj removed
Workaround for problem when static class initializer of the generated Parser is larger than 64KB.
initialization of raw_type fixed
bugfix #1638577, duplicate yylval if ParserVal is used as semantic value
avoid numeric constants
info about version 1.14 added
new instance of ParserVal is needed for multiplication etc.
bugfix #1406129, malloc size fixed for [Parser]Val
typo fixed
malloc.h replaced by stdlib.h so that source can be compiled on Mac OS X; AFAIK malloc/clalloc/realloc/free are defined in stdlib.h
bugfix #1598776, accidentally commented out lines in jbody_nodebug_b and jtrailer_nodebug added back
info about version 1.15 added
verbose_file_name fixed
info about version 1.11 added