Compiler compiler in C#

后端 未结 7 1007
遥遥无期
遥遥无期 2021-02-03 13:28

I\'m looking for a customizable parser and/or lexer that can allow me to build a custom syntax checker in C#. Essentially the user will enter code a line of code (custom), and t

7条回答
  •  面向向阳花
    2021-02-03 13:52

    Here are few things which you might want to consider using:

    • Irony
    • Oslo / MGrammar
    • C# Flex
    • CocoR
    • ANTLR
    • GPPG

提交回复
热议问题