None/False/True are atom non-terminals in the syntax tree, fixes #1103

This commit is contained in:
Dave Halter
2018-05-01 23:40:52 +02:00
parent 8d48e7453a
commit a95274d66f
2 changed files with 12 additions and 9 deletions

View File

@@ -22,6 +22,9 @@ a(0):.
0x0
#? ['and', 'or', 'if', 'is', 'in', 'not']
1j
x = None()
#?
x
# -----------------
# if/else/elif