Releases: Champii/Rock
Releases · Champii/Rock
v0.4.3
What's Changed
- Add \0 as escaped char and generalize escaped char parsing by @Champii in #125
- Escaped chars by @Champii in #132
- Introducing default trait methods by @Champii in #128
- Fix dot notation newline by @Champii in #140
- Struct fields are no more reordered. by @Champii in #138
- Submodule parser errors by @Champii in #137
- Span unification by @Champii in #146
- Replace diagnostics with Ariadne by @Champii in #148
- Bin flags: remove --state --tokens and --repl, add --thir by @Champii in #154
- Reimplement optional type signature to force a type for a fn by @Champii in #156
- Add quiet config and silence tests by @Champii in #160
- Add self prototype notation and self type by @Champii in #162
- v0.4.3 by @Champii in #163
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
-
Update README to show the right version of llvm
-
Add the self returning method with
@->
-
Add an embryo of documentation with mdbook
-
Add \0 as escaped char and generalize escaped char parsing (#125)
-
Escaped chars (#132)
-
Introducing default trait methods (#128)
-
Allow for empty impl
-
Allow for default method overriding
-
Fix dot notation newline (#140)
by restricting newline in dot notation when parsing an argument
Full Changelog: v0.4.1...v0.4.2