Skip to content

v1.2.0 - Pierce The Heavens!

Compare
Choose a tag to compare
@Ratstail91 Ratstail91 released this 25 Jul 14:34

I've had to change the C-API just now because of a spelling error... hopefully users can fix this with a fast find and replace, but I'm still bumping the minor version. I've also made a few other tweaks to (hopefully) support other developers.

In other news, Toy has been forked by @hiperiondev, who is now adapting it to work on a microcontroller. That's awesome as hell, and their project has my full support!

Full Changelist:

  • Renamed Toy_isDelcaredScopeVariable to Toy_isDeclaredScopeVariable - this fixes a spelling mistake that I've overlooked for a long time
  • Renamed Toy_findLiteralIndex to Toy_private_findLiteralIndex - Only used in the compiler, but was still a mistake
  • Added mecha.cpp as a tool for generating markdown to toolchain
  • Added mecha-formatted documentation comments - hopefully this helps other developers quickly learn how the program works
  • Removed a few "safety checks" that checked the output of Toy_parseIdentifierToValue - not needed.

Thanks:

@hiperiondev - found the spelling error