YaccConstructor icon indicating copy to clipboard operation
YaccConstructor copied to clipboard

FsLex, reg set lexing, classical lexing unification

Open gsvgit opened this issue 11 years ago • 1 comments

Create unified tool based on FsLex for classical lexers and lexers for regular set tokenization generation.

  • [x] FsLex and Abstract lexing generator and runtime unification.
    • Abstract lexing sources: \src\AbstractLexer.*
    • FsLex\Yacc: \src\FsLex* \src\FsYacc*
    • [x] Replace FsLex usages with result of unification
  • [ ] Full unicode support. Synchronize with task #63 .
  • [ ] Case sensitive|insensitive switch for case sensitive|insensitive languages processing
  • [ ] Recursive FA support.
  • [x] Flag for switch classical lexer or lexer for SEL generation.

gsvgit avatar Apr 10 '15 00:04 gsvgit

Regular set lexing

gsvgit avatar Sep 28 '15 16:09 gsvgit