Lex/Yacc for C#?

前端 未结 12 1855
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 06:21

Actually, maybe not full-blown Lex/Yacc. I\'m implementing a command-interpreter front-end to administer a webapp. I\'m looking for something that\'ll take a grammar definit

12条回答
  •  温柔的废话
    2020-11-29 06:47

    Coco/R is a compiler generator with a .NET implementation. You could try that out, but I'm not sure if getting such a library to work would be faster than writing your own tokenizer.

    http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/

提交回复
热议问题