Skip to content

moussmaw1/python3.0-experiments

 
 

Repository files navigation

python3.0-experiments

Introduced a new statement by modifying python grammar

Changes made to achieve this:

Modifying Grammar/Grammar

grammar

Changes in Parser/Python.asdl

python asdl

Changes in Python/ast.c

ast c ast c2

Changes in Python/compile.c

screenshot from 2018-07-14 10-07-09 compile c2

screenshot from 2018-07-11 13-50-47

About

Messing with source code of python 3.0.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.2%
  • C 33.7%
  • Objective-C 6.8%
  • C++ 1.3%
  • Assembly 1.1%
  • Makefile 1.1%
  • Other 1.8%