tree-sitter/include/tree_sitter
Max Brunsfeld ad619d95f6 Add 'extra' field to symbol metadata
This stores whether a symbol is only ever used as a ubiquitous token. This will
allow ubiquitous nodes to be reused more effectively: if they are always
ubiquitous, then they can be reused immediately, and otherwise, they must be
broken down in case they need to be used structurally.
2015-12-02 15:10:24 -08:00
..
compiler.h Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
parser.h Add 'extra' field to symbol metadata 2015-12-02 15:10:24 -08:00
runtime.h indentation 2015-11-30 12:59:23 -05:00