Merge pull request #10648 from BriFuture/master

Pick an article
This commit is contained in:
Xingyu.Wang 2018-10-12 22:19:52 +08:00 committed by GitHub
commit a8fb3072a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
BriFuture is translating this article
# Compiling Lisp to JavaScript From Scratch in 350
In this article we will look at a from-scratch implementation of a compiler from a simple LISP-like calculator language to JavaScript. The complete source code can be found [here][7].