Re: Lexer
David Tolpin <[email protected]> Wed, 8 Feb 2006 23:52:39 +0400
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
On 10/05/5766, at 03:31, Joel Reymont wrote: > Folks, > > Are there any lexer tools in ACL? Joel, do you need a lexer tool, or do you want a lexer tool to be inside the ACL distribution? There are lexers in Common Lisp, and they should work with ACL. http://www.geocities.com/mparker762/clawk, for example. David