expand

fun A_BundleTree.expand(module: A_Module)

Expand the bundle tree if there's anything currently unclassified in it. By postponing this until necessary, construction of the parsing rules for the grammar is postponed until actually necessary.

Parameters

module

The current module which this bundle tree is being used to parse.