Closed
Bug 490541
Opened 16 years ago
Closed 6 years ago
abcasm - extraneous } not detected
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: cpeyer, Assigned: tharwood)
Details
Was originally having issues with newfunction not finding functions defined later in the file, but found that it was being caused by an extra } after a function definition. This caused all later functions to not be visible. Mostly user error, but a would be a nice-to-have for the asm parser to detect and throw an error.
Flags: in-testsuite-
Assignee | ||
Comment 1•16 years ago
|
||
Huh! That's a funny error in the parser; one of the big reasons to use machine-generated parsers is to avoid holes in the parsing like that. Not sure if it's in our grammar or in the ANTLR version that generated the parser.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → tharwood
Updated•15 years ago
|
Target Milestone: --- → Future
Comment 2•6 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 3•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•