Releases: IfanTsai/jirachi
Releases · IfanTsai/jirachi
jirachi 0.1.1
- compile and build by go1.19
- support new built-in function @ to run shell
jirachi 0.1.0
This is first jirachi release, supports the following features
- Arithmetic Operations (+, -, *, /, ^)
- Comparison Operation (==, !=, >, >=, <, <=)
- Logical Operation (not, and, or)
- Variable
- Judgment Branch Statement (if ... then ... elif ... else ... end)
- Loop Statement (for, while)
- Function
- String
- List
- Map
- Built-in Functions
- Branch Control Statement (break, continue, return)
- Comment