eteran / reader

A class that makes writing a parser programatically easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommend a similar and more complete open source project

w4454962 opened this issue · comments

This project also supports manual execution of lexical analyzer with code.

https://github.com/Genivia/RE-flex

Thanks, but I think that things like RE-flex are much more complicated than what my class here is looking to do. Personally, I think such tools are significantly more complicated than necessary.

I'm not sure that I need "more complete" as I've been using this as the basis of many parsers I've written in the past and have never really found it lacking.

I appreciate the info though!