Skip to content

Commit 58d0e4c

Browse files
DimitrisJimbrettcannon
authored andcommitted
remove references to spark.py (#148)
Code moved over to a recursive-descent parser.
1 parent 27ce573 commit 58d0e4c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

compiler.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,15 +421,13 @@ Important Files
421421
ASDL syntax file
422422

423423
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.
426426

427427
asdl_c.py
428428
"Generate C code from an ASDL description." Generates
429429
Python/Python-ast.c and Include/Python-ast.h .
430430

431-
spark.py
432-
SPARK_ parser generator
433431

434432
+ Python/
435433

@@ -540,8 +538,6 @@ References
540538
.. _The Zephyr Abstract Syntax Description Language.:
541539
http://www.cs.princeton.edu/research/techreps/TR-554-97
542540

543-
.. _SPARK: http://pages.cpsc.ucalgary.ca/~aycock/spark/
544-
545541
.. [#skip-peephole] Skip Montanaro's Peephole Optimizer Paper
546542
(http://www.smontanaro.net/python/spam7/optimizer.html)
547543

0 commit comments

Comments
 (0)