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 Stephen Siegel, 16 years ago

Owner: changed from ywei to bperry
Status: newassigned

comment:2 by Stephen Siegel, 15 years ago

Resolution: wontfix
Status: assignedclosed

This is superseded by new front-end pragma parser.

Note: See TracTickets for help on using tickets.