You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema / Lexer / Parser: parse Yang, and validate at the individual node
type level ranges, cardinality etc. Output is a tree of parse nodes.
Compile: takes the tree of parse nodes and converts to a Schema tree which
only contains a subset of nodes. Type / typedef nodes (what one might
call data types) become part of the encommpassing node (eg a leaf node).