LR(1) Parser Initial
This commit is contained in:
parent
616441e049
commit
01b6f9099c
8 changed files with 161 additions and 46 deletions
10
Parser/tests/CLRTests.cpp
Normal file
10
Parser/tests/CLRTests.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#include "NewPlacement.hpp"
|
||||
#include "Testing.hpp"
|
||||
#include "Parser.hpp"
|
||||
|
||||
using namespace tp;
|
||||
|
||||
TEST_DEF(CLR) {
|
||||
TEST(false);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue