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

@ -1,13 +1,13 @@
#include "tree_sitter/compiler.h"
#include "rule.h"
#include "blank.h"
#include "symbol.h"
#include "choice.h"
#include "seq.h"
#include "string.h"
#include "pattern.h"
#include "character_set.h"
#include "repeat.h"
#include "./rule.h"
#include "./blank.h"
#include "./symbol.h"
#include "./choice.h"
#include "./seq.h"
#include "./string.h"
#include "./pattern.h"
#include "./character_set.h"
#include "./repeat.h"
namespace tree_sitter {
using std::make_shared;