Skip to content

Releases: IfanTsai/jirachi

jirachi 0.1.1

09 Aug 16:52
Compare
Choose a tag to compare
jirachi 0.1.1 Pre-release
Pre-release
  • compile and build by go1.19
  • support new built-in function @ to run shell

jirachi 0.1.0

27 Dec 13:27
Compare
Choose a tag to compare
jirachi 0.1.0 Pre-release
Pre-release

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