9 lines
302 B
Text
9 lines
302 B
Text
==========================================
|
|
parses ternary expressions
|
|
==========================================
|
|
print(isDone() ? stuff : otherStuff);
|
|
---
|
|
(program (expression_statement
|
|
(function_call
|
|
(identifier)
|
|
(ternary (function_call (identifier)) (identifier) (identifier)))))
|