Skip to content

Chore(deps): Bump tatsu from 5.16.0 to 5.24.0#331

Open
dependabot[bot] wants to merge 1 commit into
version-16from
dependabot/pip/tatsu-5.24.0
Open

Chore(deps): Bump tatsu from 5.16.0 to 5.24.0#331
dependabot[bot] wants to merge 1 commit into
version-16from
dependabot/pip/tatsu-5.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps tatsu from 5.16.0 to 5.24.0.

Release notes

Sourced from tatsu's releases.

v5.24.0 new features + optimizations

See the CHANGELOG for details.

new features + bugfixes + (- dependencies)

See the CHANGELOG for details

Full Changelog: neogeny/TatSu@v5.22.0...v5.23.0

additions + optimizations + fixes

See the CHANGELOG for details.

v5.22.0 new syntax+cli+features

See the CHANGELOG for details.

Optimized + Compatibility

See the CHANGELOG for details.

v5.20.0 Update

v5.20.0 Update

Sibling Projects

There are ports of TatSu to Go and Rust. They are functionaly complete with except for features (like synthetic classes) that rely on the dynamic nature of Python.

铁修 TieXiu

铁修 TieXiu is the port of TatSu to Rust. It features a PyO3 interface os it's also a Python library, but the benchmarks show that the pure-Python parsers generated by TatSu are still more performant when hosting from Python. See the TieXiu README for a discussion of the performance limits of PEG parsers.

⻰OGoPEGo

⻰OGoPEGo is the port of TatSu to Go. The implementation, being the most mature, is beutifully concise, and using the generated parsers has a simplicity closer to the Python style allowed by TatSu.

Internals

  • The algorithm for left-recursion analysis went over another round of simplification and optimization. Then the analysis done in [pegen][], a more efficient and theoretically-sound approach, was evaluated. All tests pass with the [pegen][]'s SCC (Strongly Connected Componets) algorithm, so the old-and-tried algorithm in TatSu was replaced.

    Although left-recursion analysis is performed once per Grammar, before any parsing, a simpler implementation makes this core part of TatSu easier to maintain.

... (truncated)

Commits
  • f8744cd [changelog] fix typos
  • 4d5f7f0 [scripts.md2man] fix bug introduced while tending linter messages
  • f879e45 [dist] update requirements
  • edc5a4c [dist] bump up version number
  • d0e1c68 [dist] prepare for release
  • 5d85a53 [parproc.pmap] remove enumerated comments
  • ac578be [pmap/task] honor stop.is_set()
  • 6ac2c57 [demo] update command to record
  • 308eca1 [demo] use cling for demo
  • 6ab8f75 [api] add load_grammar() thecking path extension
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tatsu](https://github.com/neogeny/TatSu) from 5.16.0 to 5.24.0.
- [Release notes](https://github.com/neogeny/TatSu/releases)
- [Changelog](https://github.com/neogeny/TatSu/blob/main/docs/changelog.rst)
- [Commits](neogeny/TatSu@v5.16.0...v5.24.0)

---
updated-dependencies:
- dependency-name: tatsu
  dependency-version: 5.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants