Opened 16 years ago
Closed 15 years ago
#208 closed enhancement (wontfix)
Separate pragma parsing out of language parser and put it into model builder
| Reported by: | ywei | Owned by: | bperry |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1.0 |
| Component: | front | Version: | 1.0 |
| Keywords: | Cc: |
Description
The "#pragma" representation need to be separated from the language parser. The MiniMP language parser should just preserve the pragmas as strings in the AST. The model builder should parse these pragmas and construct the corresponding components from them. A pragma parser is needed to add. (using Antlr, for example)
Change History (2)
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

This is superseded by new front-end pragma parser.