Fixes
-run
now works again- Filenames don't get chopped off @rilysh
- Compile files that don't have a new line ending
- Allow for empty string literals
- Hex escape sequences are handled better @krizej
sizeof(...)
works as intended- Hashtable probing no longer spins forever
- Compiler flags are passed in properly through the Makefile
Features
- New CLI interface