References Needed for Implementing an Interpreter in C/C++

前端 未结 5 677
忘了有多久
忘了有多久 2020-12-02 05:06

I find myself attached to a project to integerate an interpreter into an existing application. The language to be interpreted is a derivative of Lisp, with application-speci

5条回答
  •  误落风尘
    2020-12-02 05:40

    Check out JScheme from Peter Norvig. I found this amazingly simple to understand and port to C++. Uh, dunno about using scheme as a scripting language though - teaching it to jnrs is cumbersome and feels dated (helloooo 1980's).

提交回复
热议问题