Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proof of concept for end to end super instructions (#77)
* work in progress, end to end pipeline with super instruction generation and vm support added * dedicated op codes for cons and list * adjust to go back to once cell * clean up * lazy dylibs * more clean up * adjust threading macro, add optimization pass * rename stdlib to scm * fixing panics * checkpoint before nuking rust contract impl * checkpoint, contracts have been nuked, structs overhauled * big changes, mutable data structures, cycle stuff * fixing lots of bugs * check point * move files to built ins * more clean up * remove dbg * fix module suffix issue * clean up logging * very close * new printing method * fix typo * clean up * add test case * fix typo in test * another typo in the test * format * expander respects local bindings * more tests * fix iterators * more tests * more tests * more testing * enable env logger
- Loading branch information