buzz-lang / BittyBuzz

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

First fully functional version of BittyBuzz #2

Closed adentinger closed 7 years ago

adentinger commented 7 years ago

This release implements, inter alia:

BittyBuzz works almost the same as Buzz, however there are some restrictions such as:

BittyBuzz also has some under-the-hood changes that we believe are improvements to the way Buzz was engineered (e.g. defining enums and typedefs in a single file to allow types to be visible everywhere without causing circular dependencies, or using a sort of testing framework that allows us to check if the test passes without having to look at lots of output).