Lexer package for LW
Fellow LW Users,
In case anyone might be interested, I've decided to put up a package on GitHub that I've been working on and using for quite some time that is a complement to the PARSERGEN package: a lexer. If this is something others would find useful, I'll work on making it available to the LW community at large (via QuickLisp or something else). It essentially is a Lua-style regex parser and tokenizer that can be handed directly to a defparser function.
Check it out on GitHub (contains source, license, and documentation):
I decide to use the Apache 2.0 license for it (I'm very anti-GPL), but if there's a better license people can think of that's better suited for people who might want to use it in a commercial project, let me know.
Jeff M.