Existence functions now parsing.

This commit is contained in:
Timothy Jones
2010-08-26 06:31:56 +12:00
parent fa95f743f3
commit 9598b11c77
7 changed files with 122 additions and 106 deletions

View File

@@ -319,6 +319,7 @@ grammar =
# The list of arguments to a function call.
Arguments: [
o "CALL_START ArgList OptComma CALL_END", -> $2
o "FUNC_EXIST CALL_START ArgList OptComma CALL_END", -> $3
]
# Calling super.