Skip to content

Commit

Permalink
Fixes peggyjs#440.
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 10, 2024
1 parent 1d7bae0 commit fe3b083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Released: TBD
- [#437](https://github.com/peggyjs/peggy/pull/437) Better type checking for visitor
- [#438](https://github.com/peggyjs/peggy/pull/438) Make test build deterministic
- [#439](https://github.com/peggyjs/peggy/pull/439) Make peg$computePosDetails a little faster
- [#440](https://github.com/peggyjs/peggy/issues/440) Create directories for
output and source-map if they do not exist, rather than erroring.
- [#446](https://github.com/peggyjs/peggy/pull/446) Add a right-associative `ExponentiationExpression` rule (operator `**`) to `javascript.pegjs` example grammar.
- [#451](https://github.com/peggyjs/peggy/pull/451) Make stack.js ts clean
- [#452](https://github.com/peggyjs/peggy/pull/452) Fixes to prepare generate-bytecode.js for ts-check
Expand Down

0 comments on commit fe3b083

Please sign in to comment.