Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 324 Bytes

parser_pnode.md

File metadata and controls

7 lines (4 loc) · 324 Bytes

back to index

parser::pnode

pnode is a structure used as a forest node. It maps nodes to pointers to make sure the forest does not contain duplicities.

It has the same api as std::pair<lit<C, T>, std::array<size_t, 2>> containing the literal and it's position span in the input.