This commit is contained in:
Ilusha 2024-03-07 12:27:32 +03:00
parent b906e0e66c
commit 20ac8620e6
20 changed files with 86 additions and 853 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include "SimpleParser.hpp"
// #include "SimpleParser.hpp"
const char* gGrammar = R"(
# Grammar in the CF-RE United Format (Defined by language module)

View file

@ -1,6 +1,7 @@
#include "Test.hpp"
/*
using namespace tp;
void testAutomation() {
@ -38,3 +39,7 @@ int main() {
testModule.deinitialize();
}
*/
int main() { return 0; }