Skip to content

TextCodedScratch Compiler - bugfixes

Choose a tag to compare

@cyoung06 cyoung06 released this 12 Jul 04:39
· 7 commits to master since this release
  1. Fixed string literal handle (it wasn't able to handle string literals like "a" or "")

  2. Fixed stack implementation

  3. Now tcsc allows you to call function before it's defined

  4. More StringUtils functions