-
Notifications
You must be signed in to change notification settings - Fork 14
Parser
John Kouraklis edited this page Feb 19, 2019
·
1 revision
The TModel and TPolicyManager classes read the model and the policy files and parse the content. The parser creates an AST from the files. It generates a NodeCollection with the content of the files. The figure below represents the structure the parser implements.

If you want to retrieve the content of each node, use toOutputString
