how to build an interpreter in c++

This commit is contained in:
Tu Tran 2017-04-29 02:44:18 -04:00
parent a6f6ee4bd0
commit 9cec73ee18

View File

@ -20,6 +20,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
* [Write an OS from scratch](https://github.com/tuhdo/os01)
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
* [How to Write an Emulator (CHIP-8 interpreter)](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)
## JavaScript:
* [Create Serverless React.js Apps](http://serverless-stack.com/)