[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 9 commits: start removing the AST builder

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Wed Nov 10 04:51:52 EST 2021



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


Commits:
44482185 by Carl Friedrich Bolz-Tereick at 2021-11-09T12:36:34+01:00
start removing the AST builder

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

- - - - -
50b3688b by Carl Friedrich Bolz-Tereick at 2021-11-09T13:35:38+01:00
support revdb meta vars

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

- - - - -
d0f523db by Carl Friedrich Bolz-Tereick at 2021-11-09T14:42:59+01:00
delete the ast builder! ding dong etc

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

- - - - -
71daf3fe by Carl Friedrich Bolz-Tereick at 2021-11-09T18:31:38+01:00
disable compile method in parser module

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

- - - - -
b7af7264 by Carl Friedrich Bolz-Tereick at 2021-11-09T21:24:54+01:00
remove more astbuilder code

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

- - - - -
3f760ad6 by Carl Friedrich Bolz-Tereick at 2021-11-09T21:41:46+01:00
fix

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

- - - - -
05523e1f by Carl Friedrich Bolz-Tereick at 2021-11-09T21:51:23+01:00
bpo-40847: lonely lineconts are ignored

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

- - - - -
584d087e by Carl Friedrich Bolz-Tereick at 2021-11-09T21:59:31+01:00
improve error message for \ in the middle of a line

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

- - - - -
f5104661 by Carl Friedrich Bolz-Tereick at 2021-11-09T22:13:56+01:00
gah

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

- - - - -


18 changed files:

- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/fstring.py
- pypy/interpreter/astcompiler/test/test_astbuilder.py
- pypy/interpreter/astcompiler/test/test_compiler.py
- pypy/interpreter/astcompiler/test/test_symtable.py
- pypy/interpreter/astcompiler/test/test_unparse.py
- pypy/interpreter/astcompiler/test/test_validate.py
- pypy/interpreter/pycompiler.py
- pypy/interpreter/pyparser/baserpypeg.py
- pypy/interpreter/pyparser/parsestring.py
- pypy/interpreter/pyparser/pytokenizer.py
- pypy/interpreter/pyparser/rpypegparse.py
- pypy/interpreter/pyparser/test/test_pyparse.py
- pypy/interpreter/pyparser/test/test_pytokenizer.py
- pypy/interpreter/pyparser/tools/python-in-rpython.gram
- pypy/module/parser/pyparser.py
- pypy/module/parser/test/test_parser.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e81d39fe5a3e33420c4ae03a63b9296fe2f8a11f...f51046610d9b266d1b3b5dcc46a3ec982ae19f6d

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e81d39fe5a3e33420c4ae03a63b9296fe2f8a11f...f51046610d9b266d1b3b5dcc46a3ec982ae19f6d
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/20211110/897107f3/attachment.html>


More information about the pypy-commit mailing list