On Aug 2, 2009, at 11:47 PM, Eduardo Cavazos wrote:

> (import (numero symbolic tokenizer))
> (lexer-init 'string "a+b")
> (lexer)
a
> (lexer)
+
> (lexer)
b
> (lexer)
#f
>

Abdulaziz Ghuloum wrote:

So, you cannot lex two strings at the same time?  That sounds bad, no?

Section 4.2 of the documentation addresses this. There's a way to have multiple lexical analysers.

Ed

Reply via email to