blakehurlburt/MicroML
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Our UBHacking 2016 team sought to create our own programming language: a compiled, functional language with similar constructs as Standard ML, which can be run on a Teensy microcontroller. In order to accomplish this task, we developed a grammar, Lexer, Parser, Compiler, Run-Time Environment, Garbage Collector, and support code for the language.