buzz-lang / BittyBuzz

BittyBuzz is an implementation of Buzz for microcrontrollers.
MIT License
8 stars 7 forks source link

BittyBuzz v0.1 #1

Closed adentinger closed 7 years ago

adentinger commented 7 years ago

First iteration of the BittyBuzz project.

This iteration features a functional VM which supports all of the bytecode. Closures have a few problems which we will look into for the next iteration (search for TODO and FIXME).

Already some optimizations were done, including:

Plans for the second iteration: