Constructing a simple interpreter

后端 未结 9 2256
别跟我提以往
别跟我提以往 2020-12-15 11:41

I’m starting a project where I need to implement a light-weight interpreter. The interpreter is used to execute simple scientific algorithms. The programming language that t

9条回答
  •  执念已碎
    2020-12-15 11:56

    I'd recommend leveraging the DLR to do this, as this is exactly what it is designed for.

    Create Your Own Language ontop of the DLR

提交回复
热议问题