Commit 5b7a0bb3 authored by Guido van Rossum's avatar Guido van Rossum

Fred Drake's new parser module

parent 9bebbac6
...@@ -100,7 +100,7 @@ signal signalmodule.c # signal(2) ...@@ -100,7 +100,7 @@ signal signalmodule.c # signal(2)
array arraymodule.c # array objects array arraymodule.c # array objects
math mathmodule.c -lm # math library functions, e.g. sin() math mathmodule.c -lm # math library functions, e.g. sin()
parser parsermodule.c # raw interface to the Python parser parser parsermodule.c # Fred Drake's interface to the Python parser
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
strop stropmodule.c # fast string operations implemented in C strop stropmodule.c # fast string operations implemented in C
struct structmodule.c # binary structure packing/unpacking struct structmodule.c # binary structure packing/unpacking
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment