This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
monkey v3.0
- 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)