Releases: organic-nailer/elaphe
Releases · organic-nailer/elaphe
v0.3.0
features
- Support file division. Now we can use multiple dart files and import them.
- Support for-in statement
- Display stderr text in "cargo run"
bug fixes
- Fix the error that occurs when a return type other than "void" is selected for the function.
- Fix the problem that the return value is evaluated as null when writing the function body in the form of "=> expression;"
v0.2.1
- support multiline string
- support string interpolation
- support string escape
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- renew to own parser generator by @organic-nailer in #5
- remove dependency on cfgrammar
- dart grammar
- support built-in/other identifier as identifier
- support types like identifier.identifier
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- add windows support by @organic-nailer in #1
- Add docs about install way for macOS user by @fummicc1 in #2
- add combinator syntax (show/hide keyword in import statements) support
New Contributors
- @organic-nailer made their first contribution in #1
- @fummicc1 made their first contribution in #2
Full Changelog: v0.1.0...v0.1.1
v0.1.0
- first release