Opened 15 years ago
Closed 15 years ago
#308 closed defect (fixed)
Main needs to be included in the GlobalScopeNodes
| Reported by: | zirkel | Owned by: | stachnik |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ast | Version: | 1.1 |
| Keywords: | Cc: |
Description
Right now the main function isn't being added to the sequence of global scope nodes in the RootNode.
Change History (3)
comment:1 by , 15 years ago
| Status: | new → accepted |
|---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

This will require a change to the XML schema. Main nodes should be treated just like any other node and the mainFunction child of RootNodes should point to the main function child in the SequenceNodeIF of GlobalScopeNodes.