Opened 15 years ago
Closed 15 years ago
#284 closed enhancement (fixed)
Grammar ignore
| Reported by: | Stephen Siegel | Owned by: | zirkel |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | front | Version: | 1.1 |
| Keywords: | grammar ignore printf static const | Cc: |
Description
Tell grammar to ignore "L", "U", "UL", and "F" following numeric literals.
Ignore function prototypes (unless they are abstract or system functions).
Ignore "static", "const".
Ignore printf's. (Since there are function calls, it might be OK to parse them and then just ignore them in the TreeParser or ModelBuilder.)
Change History (5)
comment:1 by , 15 years ago
| Status: | new → accepted |
|---|
comment:2 by , 15 years ago
Ignoring the suffixes for numeric literals is working. Ignoring "static" and "const" should also be working, but I haven't written a test case yet.
comment:5 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Thought this would be done by now, but ignoring the numeric literal types is proving more difficult than it seems. Continuing to work on it.