Changeset 1562 for cobra/trunk/Source/CobraParser.cobra
- Timestamp:
- 07/30/08 21:42:37 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/CobraParser.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/CobraParser.cobra
r1560 r1562 2063 2063 token = .expect('RAISE') 2064 2064 exprs = .commaSepExprs('EOL') 2065 assert .last.which=='EOL' 2066 .undo # need EOL 2065 2067 if exprs.count == 0 2066 2068 .throwError('Expecting one or more expressions after "raise", starting with the event. If you meant to throw the currently caught exception, use "throw" instead.')
