Lexertl git submodule

This commit is contained in:
buda 2015-09-17 21:37:53 +02:00
parent 870f7c6f08
commit 664675a15e
7 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.DS_Store
.ycm_extra_conf.py
.ycm_extra_conf.pyc
*.swp

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "cypher/lexertl"]
path = cypher/lexertl
url = https://github.com/BenHanson/lexertl.git

1
cypher/.gitignore vendored
View File

@ -1,4 +1,3 @@
lexertl
lemon
*.o
cypher.cpp

View File

@ -17,7 +17,7 @@ cypher.hpp: lemonfiles
.PHONY: lemonfiles
lemonfiles: cypher.y
lemon/lemon cypher.y -s
lemon cypher.y -s
mv cypher.c cypher.cpp
.PHONY: clean

View File

@ -1,6 +1,4 @@
#include "lexertl/generator.hpp"
#include <iostream>
#include "lexertl/lookup.hpp"
#include "cypher_lexer.hpp"

View File

@ -8,8 +8,8 @@
// auto_ptr<lexertl::detail::basic_re_token<char, char> > is deprecated
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include "lexertl/generator.hpp"
#include "lexertl/lookup.hpp"
#include "lexertl/lexertl/generator.hpp"
#include "lexertl/lexertl/lookup.hpp"
#pragma GCC diagnostic pop
#include "errors.hpp"

1
cypher/lexertl Submodule

@ -0,0 +1 @@
Subproject commit 5acf39fbea01eb546edd140ce1334bd53f88928f