Commit Graph

3 Commits

Author SHA1 Message Date
0d1ecd9bd3 - All tests passing
- Updated README and image
- Added itoa to stdlib
- Implemented modulus math for bcc which has none in the stdlib
- Updated the build scripts to work on Ubuntu 22
- Added bochsrc with some useful overrides (new bochs bios in ubuntu is broken, use the legacy)
- Made most of stdlib compile and run under GNU C for testing
- Improved the tokenizer so it will return tokens of more than one character
- Moved the basic parser from using void pointers to store values to using basic_value unions to represent possible types
- Added tests for the basic tokenizer
2024-05-04 11:31:14 -04:00
b5be0cd1ff Fix builtin warnings 2016-03-27 13:20:36 -07:00
d9a31feaa5 Fix badge, add missing test makefile 2016-03-27 12:19:45 -07:00