Constructing a simple interpreter

后端 未结 9 2252
别跟我提以往
别跟我提以往 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条回答
  •  -上瘾入骨i
    2020-12-15 12:02

    It might sound odd, but Game Scripting Mastery is a great resource for learning about parsing, compiling and interpreting code.

    You should really check it out:

    http://www.amazon.com/Scripting-Mastery-Premier-Press-Development/dp/1931841578

提交回复
热议问题