Menu

#6 CASE-ELSE arithmetic function parsing issue

open
nobody
None
5
2014-08-23
2011-06-04
RES
No
<K\_CASE> 
\(
    \( clause=WhenThenSearchCondition\(\) \{ whenClauses.add\(clause\); \} \)+

[<K_ELSE> elseExp=SimpleExpression()]
|
switchExp=PrimaryExpression()
( clause=WhenThenValue() { whenClauses.add(clause); } )*
[<K_ELSE> elseExp=SimpleExpression()]
)
<K_END>

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.