mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
naive version
This commit is contained in:
parent
f3370a4f52
commit
57f570852f
6 changed files with 7 additions and 5761 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -4,3 +4,6 @@
|
|||
[submodule "doxygen-awesome-css"]
|
||||
path = doc/doxygen/theme
|
||||
url = https://github.com/jothepro/doxygen-awesome-css.git
|
||||
[submodule "libcockatrice_utility/libcockatrice/utility/cpp-peglib"]
|
||||
path = libcockatrice_utility/libcockatrice/utility/cpp-peglib
|
||||
url = https://github.com/yhirose/cpp-peglib
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <QFileInfo>
|
||||
#include <libcockatrice/card/database/card_database_manager.h>
|
||||
#include <libcockatrice/filters/filter_string.h>
|
||||
#include <libcockatrice/utility/peglib.h>
|
||||
#include <libcockatrice/utility/cpp-peglib/peglib.h>
|
||||
|
||||
static peg::parser search(R"(
|
||||
Start <- QueryPartList
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <QRegularExpression>
|
||||
#include <QString>
|
||||
#include <functional>
|
||||
#include <libcockatrice/utility/peglib.h>
|
||||
#include <libcockatrice/utility/cpp-peglib/peglib.h>
|
||||
|
||||
static peg::parser search(R"(
|
||||
Start <- QueryPartList
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit dcabc63cf4b966eb6f33abd571ae4cda6bf707f0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#include "expression.h"
|
||||
|
||||
#include "peglib.h"
|
||||
#include "cpp-peglib/peglib.h"
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QString>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue