Skip to content

beta-v0.0.9

Latest
Compare
Choose a tag to compare
@Jamesbarford Jamesbarford released this 04 Feb 22:03
· 7 commits to main since this release
13a0778

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