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
>

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

Aziz,,,

Reply via email to