This commit is contained in:
Max Brunsfeld 2017-03-01 22:15:26 -08:00
parent 686dc0997c
commit abf8a4f2c2
28 changed files with 313 additions and 356 deletions

View file

@ -26,8 +26,6 @@ using std::vector;
using util::escape_char;
using rules::Symbol;
static Variable EOF_ENTRY("end", VariableTypeNamed, rule_ptr());
static const map<char, string> REPLACEMENTS({
{ '~', "TILDE" },
{ '`', "BQUOTE" },

View file

@ -7,8 +7,8 @@ namespace tree_sitter {
struct LexicalGrammar;
struct SyntaxGrammar;
class LexTable;
class ParseTable;
struct LexTable;
struct ParseTable;
namespace generate_code {