Miguel de Icaza 05d8302025 Make the variable match the prototype 23 yıl önce
..
.cvsignore a6d6ebabe6 .cvsignore 24 yıl önce
ACKNOWLEDGEMENTS d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
ChangeLog e5cfbdb163 2002-08-20 Miguel de Icaza <[email protected]> 23 yıl önce
NEW_FEATURES d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
NOTES d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
README c2624707b3 update readme 23 yıl önce
README.jay 60df095c46 Flushety flush 24 yıl önce
closure.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
defs.h d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
depend d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
error.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
jay.1 d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
lalr.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
lr0.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
main.c 05d8302025 Make the variable match the prototype 23 yıl önce
makefile d5a24f04dd changed target from unix to linux 24 yıl önce
makefile.gnu a16a51c225 2002-08-27 Gonzalo Paniagua Javier <[email protected]> 23 yıl önce
mkpar.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
output.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
reader.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
skeleton d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
skeleton.cs e5cfbdb163 2002-08-20 Miguel de Icaza <[email protected]> 23 yıl önce
symtab.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
verbose.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce
warshall.c d021bf6bad Added the jay directory, compiler should be okay now. 24 yıl önce

README

This is a port of Jay to C#, the original Jay can be found here:
http://www.informatik.uni-osnabrueck.de/bernd/jay/

This is a temporary solution as we move to a Bison-generated parser
as it would provide better error recovery.

The original README from Jay is in `README.jay'

Miguel