Free parse tree after compiling.
Added support for class definitions.
Reorganized main interpreter loop to fetch op and arg once at the head.
Use two bytes for arguments (see ceval.c).
1 file changed
tree: 8ed80ebef86dea0f3f4badd547cf92590aaed251
  1. Doc/
  2. Grammar/
  3. Include/
  4. Lib/
  5. Modules/
  6. Objects/
  7. Parser/
  8. Python/