[Mono-devel-list] Pascal compiler?

Grant Hess granthes at localaccess.com
Sun Mar 13 22:21:04 EST 2005


Just a quick update.

I've started putting together a quick .jay parser based on the Object 
Pascal ver6 spec.  I've got the entire spec entered, but I don't have a 
good way to build a scanner yet.  Also the .jay file is very sparse! 
Only one rule actually has any action associated with it, and that was 
required to make jay function.

I'm still open to using recursive descent instead of a generated parser, 
if we decide to go that way, but I already had most of the grammar file 
created from an older (dead!) project.

Is there a c# equivalent to (f)lex like jay is to yacc?

--Grant



More information about the Mono-devel-list mailing list