tree-sitter/src/compiler
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
..
build_tables Fix missing initializer warning in gcc 2014-07-29 13:04:19 -07:00
generate_code Remove generated parsers' dependency on the runtime library 2014-07-30 23:40:02 -07:00
prepare_grammar Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
rules Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
util Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
compile.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
conflict.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
grammar.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
lex_table.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
lex_table.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
parse_table.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
parse_table.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
prepared_grammar.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
prepared_grammar.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00