This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Releases: moonglum/halunke
Releases · moonglum/halunke
Even better errors
Better Errors
This release improves the display of errors. This is inspired by Elm. An example:
4 | ("hello" replace (my replac "i" wit "a") with "mumpf")
^^^^^^^^^^^^^^^^^^^^^^^
"str" received the message `replac wit`. It doesn't know how to handle that.
Did you mean `replace with`?
The sarna release (breaking change)
This release (mainly) addresses feedback by @sarna and includes breaking changes:
- Rename
to_s
toto_string
- Rename
to_b
toto_boolean
- Rename
stdio#p
tostdio#examine
- Add a
**
method to numbers for exponentiation - Make
(1+2)
valid and working syntax.
Some chores:
- Add missing documentation
- Update dependencies
- Clean up (allow tests to run in isolation, rename lexer to tokenizer)
The beanieboi release
v0.7.0 Version 0.7.0