Combine TSParser and TSStateMachine objects

My original thought was to decouple the runtime from
the LR parser generator by making TSParser a generic
interface that LR parsers implement.

I think this was more trouble than it was worth.
This commit is contained in:
Max Brunsfeld 2014-07-10 13:14:52 -07:00
parent 1c7d2d2d03
commit 9da7663e99
18 changed files with 586 additions and 645 deletions

View file

@ -1,5 +1,5 @@
#include "runtime/runtime_spec_helper.h"
#include "tree_sitter/parser/stack.h"
#include "tree_sitter/parser.h"
START_TEST