Andrea Rossetti from Italy wrote a brief tutorial on how to build a Bison parser for MSX using the SDCC cross-compiler; the resulting .ROM program can read an input sequence, do a syntax check and perform actions on specific subgroups of tokens.
Possible applications that may benefit of a Bison parser are (among others) textual adventure games, compilers, interpreters and loaders of formatted data for game levels. Tutorial, source code and an example ROM file are available at andrear's website.
Relevant link: andrear's website
Comments (4)
By pitpan
Prophet (3135)
19-05-2008, 08:22
By andrear1979
Expert (97)
19-05-2008, 09:35
By ARTRAG
Enlighted (6493)
21-05-2008, 16:24
By ARTRAG
Enlighted (6493)
22-05-2008, 14:16