Lexertl git submodule
This commit is contained in:
parent
870f7c6f08
commit
664675a15e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.DS_Store
|
||||
.ycm_extra_conf.py
|
||||
.ycm_extra_conf.pyc
|
||||
*.swp
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "cypher/lexertl"]
|
||||
path = cypher/lexertl
|
||||
url = https://github.com/BenHanson/lexertl.git
|
1
cypher/.gitignore
vendored
1
cypher/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
lexertl
|
||||
lemon
|
||||
*.o
|
||||
cypher.cpp
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,4 @@
|
||||
#include "lexertl/generator.hpp"
|
||||
#include <iostream>
|
||||
#include "lexertl/lookup.hpp"
|
||||
|
||||
#include "cypher_lexer.hpp"
|
||||
|
||||
|
@ -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
1
cypher/lexertl
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5acf39fbea01eb546edd140ce1334bd53f88928f
|
Loading…
Reference in New Issue
Block a user