Releases: j-mie6/parsley
Releases · j-mie6/parsley
Parsley 5.0.0-M19
- Fixed bug where atoms were passed before prefix operators in precedence
- Fixed bug where
softKeywordwas not marked as backtracking for tablification, which removes some labels - Made
amendnot tablable.
Full Changelog: v5.0.0-M18...v5.0.0-M19
Parsley 5.0.0-M18
What's Changed
Full Changelog: v5.0.0-M17...v5.0.0-M18
Parsley 5.0.0-M17
What's Changed
- Synthesise bridges up to 22 arguments by @roccojiang in #274
- Macro Bridges by @j-mie6 in #284
- Multiple
isMetaannotations on bridge constructor by @j-mie6 in #285
Full Changelog: v5.0.0-M16...v5.0.0-M17
Parsley 5.0.0-M16
What's Changed
- #248 Backport by @j-mie6 in #249
- Fix typo by @EarlPitts in #267
- ConditionalRender subtrait for DebugView by @PriyanshC in #279
- Improving the asymptotics of precedence and choice by @james28689 in #272
- 278 bug incorrect lexer behavior when leading dots allowed for numbers by @j-mie6 in #280
- Combined String Parsers by @j-mie6 in #281
- Added alias
notfornotFollowedByby @j-mie6 in #282 - Filters only evaluate
PartialFunctions once by @j-mie6 in #283
New Contributors
- @EarlPitts made their first contribution in #267
- @james28689 made their first contribution in #272
Full Changelog: v5.0.0-M15...v5.0.0-M16
Parsley 4.6.2
What's Changed
- fix(typo): manyN by @xiaoshihou514 in #273
- fixed #278
Full Changelog: v4.6.1...v4.6.2
Parsley 5.0.0-M15
What's Changed
- Implicit conversions from Ref to RefCodec by @PriyanshC in #266
@parsley.debuggablecan see through type aliases to findParsley's- fixed impure fusion of
stringOfSome(#270)
Full Changelog: v5.0.0-M14...v5.0.0-M15
Parsley 4.6.1
What's Changed
- Fix typo by @EarlPitts in #267
- Fixed #270, which shared the same mutable buffer between different occurrences of
stringOfSomeunder certain circumstances.
New Contributors
- @EarlPitts made their first contribution in #267
Full Changelog: v4.6.0...v4.6.1
Parsley 5.0.0-M14
What's Changed
- Handle Looping Combinators with Tagging by @aniket1101 in #262
- Iterative Lets by @j-mie6 in #264
- Adding SourceCollector to enable debuggers to access source files. by @Riley-horrix in #263
- Dev state management by @PriyanshC in #265
New Contributors
- @aniket1101 made their first contribution in #262
- @Riley-horrix made their first contribution in #263
Full Changelog: v5.0.0-M13...v5.0.0-M14
Parsley 5.0.0-M13
What's Changed
- Minor text fixes by @PriyanshC in #255
- Found typos and additional whitespace by @AdamW1087 in #256
- Factory Iteration by @j-mie6 in #258
- Interactivity with parsley-debug-app by @PriyanshC in #259
New Contributors
- @PriyanshC made their first contribution in #255
- @AdamW1087 made their first contribution in #256
Full Changelog: v5.0.0-M12...v5.0.0-M13
Parsley 4.6.0
This introduces support on 4.x for Scala native 0.5.
Full Changelog: v4.5.3...v4.6.0