Get makefile working
This commit is contained in:
parent
fd757c20d0
commit
2c56612650
32 changed files with 87 additions and 97 deletions
|
|
@ -74,9 +74,9 @@ namespace tree_sitter {
|
|||
}
|
||||
|
||||
class CCodeGenerator {
|
||||
const string name;
|
||||
const ParseTable parse_table;
|
||||
const LexTable lex_table;
|
||||
const string name;
|
||||
public:
|
||||
CCodeGenerator(string name, const ParseTable &parse_table, const LexTable &lex_table) :
|
||||
name(name),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue