decouple peglib from lib utility

This commit is contained in:
Bruno Alexandre Rosa 2026-03-28 13:31:37 -03:00
parent 57f570852f
commit 96b978dd5b
6 changed files with 6 additions and 5 deletions

View file

@ -1,11 +1,10 @@
#include "expression.h"
#include "cpp-peglib/peglib.h"
#include <QByteArray>
#include <QString>
#include <QtMath>
#include <functional>
#include <peglib.h>
peg::parser math(R"(
EXPRESSION <- P0