Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

monkey v3.0

Compare
Choose a tag to compare
@haifenghuang haifenghuang released this 13 Jan 15:03
· 136 commits to master since this release
  • Enhancement for array and hash assignments(last comma is optional)
  • Improve REPL(With realtime syntax highlight).
  • Call function without parentheses if the function does not has any parameters
  • Add Arbitrary-precision fixed-point decimal type.
  • fixed bug with return not working inside of loops.
  • Enhancement for hash handling, (e.g. hashObj.key = value)