File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -421,15 +421,13 @@ Important Files
421
421
ASDL syntax file
422
422
423
423
asdl.py
424
- "An implementation of the Zephyr Abstract Syntax Definition
425
- Language." Uses SPARK _ to parse the ASDL files .
424
+ Parser for ASDL definition files. Reads in an ASDL
425
+ description and parses it into an AST that describes it .
426
426
427
427
asdl_c.py
428
428
"Generate C code from an ASDL description." Generates
429
429
Python/Python-ast.c and Include/Python-ast.h .
430
430
431
- spark.py
432
- SPARK _ parser generator
433
431
434
432
+ Python/
435
433
@@ -540,8 +538,6 @@ References
540
538
.. _The Zephyr Abstract Syntax Description Language. :
541
539
http://www.cs.princeton.edu/research/techreps/TR-554-97
542
540
543
- .. _SPARK : http://pages.cpsc.ucalgary.ca/~aycock/spark/
544
-
545
541
.. [#skip-peephole ] Skip Montanaro's Peephole Optimizer Paper
546
542
(http://www.smontanaro.net/python/spam7/optimizer.html)
547
543
You can’t perform that action at this time.
0 commit comments