Releases: Hiyoteam/SBLang2C
Releases · Hiyoteam/SBLang2C
SBLang2C v0.0.3
SBLang2C v0.0.2
- Multi-value support for
inputto
- Add
call
function - From now,
let
cannot be used with a target value.(onlylet [type] [name]
now, nolet [type] [name] [value]
.)
SBLang2C v0.0.1
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