C#/.NET Lexer Generators

前端 未结 4 632
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 08:25

I\'m looking for a decent lexical scanner generator for C#/.NET -- something that supports Unicode character categories, and generates somewhat readable & efficient code

4条回答
  •  独厮守ぢ
    2020-12-30 09:12

    I just found this

    http://www.seclab.tuwien.ac.at/projects/cuplex/lex.htm

    It says that it's configurable enough to support unicode ;-).

    Herber

提交回复
热议问题