More SEQUENCE posts
July 30, 2003
Alternative Syntax
I'm making quite good progress with implementing the alternative syntax. Using JavaCC, which I've had some experience with in the past, it was easy to put together a grammar that recognizes valid statements in the new syntax. We've also recently used JavaCC at work to write a grammar for parsing SQL like statements.
Posted by Alex at July 30, 2003 09:32 PMComments
Post a comment