summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-11-15 04:52:16 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-11-15 04:52:16 (GMT)
commit19b0f40cb122ba202af70669ccc0c6caccd9a932 (patch)
tree7fcc11f9f5ff89d040da757ba18294219035f200 /Parser
parent79792651c42416ad320aac5ee77c235efb8dca80 (diff)
downloadcpython-19b0f40cb122ba202af70669ccc0c6caccd9a932.zip
cpython-19b0f40cb122ba202af70669ccc0c6caccd9a932.tar.gz
cpython-19b0f40cb122ba202af70669ccc0c6caccd9a932.tar.bz2
Thou shalt not lie, there are really 5 types now
Diffstat (limited to 'Parser')
-rw-r--r--Parser/Python.asdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl
index 0883d91..d49138f 100644
--- a/Parser/Python.asdl
+++ b/Parser/Python.asdl
@@ -1,4 +1,4 @@
--- ASDL's three builtin types are identifier, int, string
+-- ASDL's five builtin types are identifier, int, string, object, bool
module Python
{