Get makefile working
This commit is contained in:
parent
fd757c20d0
commit
2c56612650
32 changed files with 87 additions and 97 deletions
|
|
@ -10,8 +10,8 @@ namespace tree_sitter {
|
|||
|
||||
LexAction::LexAction(LexActionType type, size_t state_index, Symbol symbol) :
|
||||
type(type),
|
||||
state_index(state_index),
|
||||
symbol(symbol) {}
|
||||
symbol(symbol),
|
||||
state_index(state_index) {}
|
||||
|
||||
LexAction LexAction::Error() {
|
||||
return LexAction(LexActionTypeError, -1, Symbol(""));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue