Skip to content

Exposing the inner workings of the super tiny compiler to the world!

Notifications You must be signed in to change notification settings

bogthe/web-compiler

Repository files navigation

Angular2 + Super Tiny Compiler

Status: build status

Test out the live version here!

Purpose

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.

Why tho?

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! :)

Supported languages

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!

Found something you don't like?

Head down to the main repo and have a go at fixing stuff!

Credit

I give all credit for the compiler to the original, as I did in my own compilers repo ;)

About

Exposing the inner workings of the super tiny compiler to the world!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published