> From: Jack Andrews <[email protected]> > > hi guys, > > when i want to implement a language, i'm used to using parser > generators like yacc. on a couple of occasions, i've tried to find > out how to hand craft a parser. i just can't find a way to 'get' the > programming of state machines. from my limited exposure to the APL > community, parsers are hand made. and the APL community usually has a > fair few smart cookies. > > can you help me get a hang of programming a state machine? any good links?
In general, the first thing to check is J Wiki, using the search box. For parsing, there is a hub page there: http://www.jsoftware.com/jwiki/Guides/Parsing If any links aren't there, please add. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
