Posted By: John Carter
Date: 2004-02-05 05:08
Summary: Little Lexer/Parser is ready for use!
Project: LittleLexer
Little Lexer is documented, tested and released.
Little Lexer is a tiny, (44 non-blank non-comment lines of Ruby), very simple and simple to use Lexical Scanner.
It has the very very cute property that since it uses characters as its token id's, the output token stream is just a string, and hence can be used as it's own input.
Thus this one wee class is _also_ a powerful parser! |
|