tree-sitter/spec/runtime/languages
Max Brunsfeld eecbcccee0 Remove generated parsers' dependency on the runtime library
Generated parsers no longer export a parser constructor function.
They now export an opaque Language object which can be set on
Documents directly. This way, the logic for constructing parsers
lives entirely in the runtime. The Languages are just structs which
have no load-time dependency on the runtime
2014-07-30 23:40:02 -07:00
..
arithmetic Don't store tree's hidden children in a separate array 2014-07-17 13:36:53 -07:00
golang Trim trailing whitespace 2014-06-16 21:33:35 -07:00
javascript Don't store tree's hidden children in a separate array 2014-07-17 13:36:53 -07:00
json Don't store tree's hidden children in a separate array 2014-07-17 13:36:53 -07:00
language_specs.cc Remove generated parsers' dependency on the runtime library 2014-07-30 23:40:02 -07:00