Skip to content

Releases: Hiyoteam/SBLang2C

SBLang2C v0.0.3

26 Aug 06:18
Compare
Choose a tag to compare

New features to SBLang2C!!!

  • switch-case syntax
  • use syntax
  • randint builtin method

SBLang2C v0.0.2

26 Aug 03:46
Compare
Choose a tag to compare
  • Multi-value support for inputto
  • Add call function
  • From now, let cannot be used with a target value.(only let [type] [name] now, no let [type] [name] [value].)

SBLang2C v0.0.1

20 Aug 02:01
Compare
Choose a tag to compare

First release of SBLang2C!
Features:

  • Full stdin/stdout support
  • Function defines
  • Auto-var type detection
  • Conditional controls
  • Import function/vars from other file(s)
  • Powerful CLI support