|
|
|
|
|
by elderK
2988 days ago
|
|
I'm working on a bunch of lexer and parser related tools for personal use. The reason they're cool is that it automates a lot of the tedious, error-prone stuff that I've been doing by hand as I experiment with grammars and the like. Sure, there are a ton of tools out there to generate lexers and parse tables and such. But using them doesn't help me understand how they were built. And using them doesn't produce the same sense of accomplishment or, at least for me, /depth/ of understanding. I try to document the tools as best I can so that fellow students who are interested in such things can learn or make use of them. :) |
|