Compiler rsrc

This commit is contained in:
Sonkeng Maldini
2017-05-28 17:51:41 +01:00
committed by GitHub
parent 58a4b9b674
commit d4c7c9aba4

View File

@@ -231,7 +231,8 @@ When learning CS there are some useful sites you must know to get always informe
* [:snowman: Possibly the smallest compiler ever](https://github.com/thejameskyle/the-super-tiny-compiler)
* [Writing My First Compiler ](https://dev.to/fcpauldiaz/writing-my-first-compiler)
* [Structure and Interpretation of Computer Programs](https://sarabander.github.io/sicp/html/index.xhtml)
* [Lets Build A Simple Interpreter. Part 1. ](https://ruslanspivak.com/lsbasi-part1/)
* [Lets Build A Simple Interpreter. Part 1. ](https://ruslanspivak.com/lsbasi-part1/)
* [Growing a compliter](http://www.cs.dartmouth.edu/~mckeeman/cs48/mxcom/gem/html/GrowingCompiler.html)
# Tutorials
* [Tutorialspoint ](http://www.tutorialspoint.com/)