digitalmars.D - lexertl
- Ben Hanson <Ben.Hanson tfbplc.co.uk> Nov 17 2009
- Zz <Zz nospam.com> Nov 17 2009
- BCS <none anon.com> Nov 18 2009
Hi there, My name is Ben Hanson and I am the author of lexertl (http://www.benhanson.net/lexertl.html), a lexical analyser generator written in C++. As the generator is modular, code generators can be added easily as separate files which means it is easy to output code for any language. I am interested in producing code generators for D and was wondering if this is interesting for anyone. If there is interest in lexertl, I would also be interested in rewriting the entire thing in D. Please let me know if anyone is interested in this. Thanks, Ben
Nov 17 2009
Ben Hanson Wrote:Hi there, My name is Ben Hanson and I am the author of lexertl (http://www.benhanson.net/lexertl.html), a lexical analyser generator written in C++. As the generator is modular, code generators can be added easily as separate files which means it is easy to output code for any language. I am interested in producing code generators for D and was wondering if this is interesting for anyone. If there is interest in lexertl, I would also be interested in rewriting the entire thing in D. Please let me know if anyone is interested in this. Thanks, Ben
Looks very interesting. Zz
Nov 17 2009
Hello Ben,Hi there, My name is Ben Hanson and I am the author of lexertl (http://www.benhanson.net/lexertl.html), a lexical analyser generator written in C++. As the generator is modular, code generators can be added easily as separate files which means it is easy to output code for any language. I am interested in producing code generators for D and was wondering if this is interesting for anyone. If there is interest in lexertl, I would also be interested in rewriting the entire thing in D. Please let me know if anyone is interested in this.
I would be interested.
Nov 18 2009









Zz <Zz nospam.com> 