]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Speed up new backtracking parser (#2728)
authorBatuhan Taskaya <isidentical@gmail.com>
Mon, 10 Jan 2022 18:22:00 +0000 (21:22 +0300)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 18:22:00 +0000 (10:22 -0800)
commit3e731527e4418b0b6d9791d6e32caee9227ba69d
tree08941b2c0b090bb12653e36fed2d5aeddd210b6f
parent521d1b8129c2d83b4ab49270fe7473802259c2a2
Speed up new backtracking parser (#2728)
CHANGES.md
src/blib2to3/pgen2/parse.py
tests/data/pattern_matching_generic.py [new file with mode: 0644]
tests/test_format.py