Get makefile working

This commit is contained in:
Max Brunsfeld 2014-02-18 09:07:00 -08:00
parent fd757c20d0
commit 2c56612650
32 changed files with 87 additions and 97 deletions

View file

@ -10,8 +10,8 @@ namespace tree_sitter {
ParseAction::ParseAction(ParseActionType type, size_t state_index, Symbol symbol, const vector<bool> &child_flags) :
type(type),
state_index(state_index),
symbol(symbol),
state_index(state_index),
child_flags(child_flags) {};
ParseAction ParseAction::Error() {