[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 6 commits: move out all the python code into a regular non-generated python file

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Sun Nov 7 13:07:47 EST 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy


Commits:
ec4e1e8b by Carl Friedrich Bolz-Tereick at 2021-11-07T18:28:40+01:00
move out all the python code into a regular non-generated python file

--HG--
branch : py3.9-peg-parser

- - - - -
d7eff768 by Carl Friedrich Bolz-Tereick at 2021-11-07T18:58:12+01:00
vendor pegen

--HG--
branch : py3.9-peg-parser

- - - - -
640db2b3 by Carl Friedrich Bolz-Tereick at 2021-11-07T18:59:59+01:00
add LICENSE from pegen

--HG--
branch : py3.9-peg-parser

- - - - -
531966f4 by Carl Friedrich Bolz-Tereick at 2021-11-07T19:02:00+01:00
add the rpython generator and the grammar

--HG--
branch : py3.9-peg-parser

- - - - -
30208aa2 by Carl Friedrich Bolz-Tereick at 2021-11-07T19:02:20+01:00
fix rpython

--HG--
branch : py3.9-peg-parser

- - - - -
b7711f02 by Carl Friedrich Bolz-Tereick at 2021-11-07T19:02:31+01:00
regenerate with the new code

--HG--
branch : py3.9-peg-parser

- - - - -


13 changed files:

- + pypy/interpreter/pyparser/baserpypeg.py
- pypy/interpreter/pyparser/pyparse.py
- pypy/interpreter/pyparser/rpypegparse.py
- + pypy/interpreter/pyparser/tools/LICENSE
- + pypy/interpreter/pyparser/tools/pegen/__init__.py
- + pypy/interpreter/pyparser/tools/pegen/__main__.py
- + pypy/interpreter/pyparser/tools/pegen/build.py
- + pypy/interpreter/pyparser/tools/pegen/first_sets.py
- + pypy/interpreter/pyparser/tools/pegen/grammar.py
- + pypy/interpreter/pyparser/tools/pegen/grammar_parser.py
- + pypy/interpreter/pyparser/tools/pegen/grammar_visualizer.py
- + pypy/interpreter/pyparser/tools/pegen/parser.py
- + pypy/interpreter/pyparser/tools/pegen/parser_generator.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8ff55bcd8388e7914092b310e89c59cbe77d9b79...b7711f02c870934047df0a4cdf1d1bb3468e2d08

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8ff55bcd8388e7914092b310e89c59cbe77d9b79...b7711f02c870934047df0a4cdf1d1bb3468e2d08
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211107/fc4d9525/attachment.html>


More information about the pypy-commit mailing list