Opened 15 years ago
Closed 15 years ago
#320 closed defect (fixed)
PragmaNodes should be GlobalScopeNodes
| Reported by: | stachnik | Owned by: | stachnik |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ast | Version: | |
| Keywords: | Cc: |
Description
Currently PragmaNode cannot appear in the global scope because they aren't GlobalScopeNodes. They should be made to extend GlobalScopeNodeIF.
Note:
See TracTickets
for help on using tickets.

PragmaNodeIF now extends GlobalScopeNodeIF and the XML schema has been updated accordingly.