SillyLittleCompiler

A silly little hobby project for learning more about compilers.

View the Project on GitHub

This is a silly little compiler.

(c) Marja Hölttä (a proper license will follow)

Purpose

To study programming language / compiler concepts.

The language

The language is a self invented one which might or might not resemble JavaScript.

Status of the silly little compiler

At the moment, the silly little compiler can only compile simple and small programs.

The interpreter is more complete and can run all programs in tests/.

Requirements

sudo apt-get install gcc-multilib g++-multilib