djr7C4 / cl-lex

Common Lisp macros for generating lexical analyzers automatically
GNU General Public License v3.0
8 stars 2 forks source link

Gensyms used as keyword arguments to function produced by define-string-lexer #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The keyword arguments "start" and "end" to the anonymous function produced by 
define-string-lexer are gensyms (rather than :start and :end).  This renders it 
impossible to specify the start and end of a subsection of a string to be 
lexed.  Basically, in the definition of this function, it is simply required to 
remove start and end from the with-gensyms, and remove the commas prepending 
them in the code.

Original issue reported on code.google.com by ahig...@gmail.com on 22 Jan 2011 at 6:31

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r21.

Original comment by djr...@gmail.com on 31 Jan 2011 at 3:41