Implementing a scripting language in C#

后端 未结 7 1496
孤城傲影
孤城傲影 2020-12-09 14:32

We got a project where we\'re supposed to let 3rd party developers create their own GUI / CodeBehind drivers. Our GUI is running on WPF.

Now, we got a number of poss

7条回答
  •  青春惊慌失措
    2020-12-09 15:03

    Maybe you are interested in reinventing the wheel, or want to better understand how to write your own programming language tools in C# see Implementing Programming Languages using C# at CodeProject.com.

提交回复
热议问题