Opened 15 years ago

#4 new enhancement

Support stateful lexing, especially for cl-yacc

Reported by: dsowen Owned by:
Priority: major Version:
Keywords: Cc:

Description

The lexers are currently completely stateless. In order to make progress in consuming the source string, user code is required to track the current scan position.

Stateful scanners (or scanner-wrappers) should be included, to make using dso-lex with parsers such as cl-yacc easier.

Change History (0)

Note: See TracTickets for help on using tickets.