Document

* A struct that represents a compiled webpage * * Returned by compile, and contains an entrypoint function to run all of the code that is on the webpage. Currently codeSections is unused, but in the future will be used for error checking.

Members

Variables

codeSections
uint codeSections;

The number of code sections

nodes
DocumentNode[] nodes;

The individual document nodes that make a page.

Meta