Test out the live version here!
This angular2 app is a demo showcasing the inner-workings of the super tiny compiler. I am currently using my version which has been TDD-ed after the original.
This website demo's the super
capabilities of the super tiny compiler! It displays what each part of the compiler outputs throughout the process. Should make you feel more confident when diving into understanding it! :)
More about which language the compiler supports here
Some inputs you can try:
(add 4 7)
(substract 4 (add 7 9 2))
- Generally speaking
(functionName params...)
- Write as many as you want and nest them however!
Head down to the main repo and have a go at fixing stuff!
I give all credit for the compiler to the original, as I did in my own compilers repo ;)