Language Initial
This commit is contained in:
parent
73897f11df
commit
b8f2380c60
47 changed files with 831 additions and 14 deletions
8
Language/private/Parser.cpp
Normal file
8
Language/private/Parser.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
#include "Parser.hpp"
|
||||
|
||||
using namespace tp;
|
||||
|
||||
void Parser::compileTables(const ContextFreeGrammar& cfGrammar, const RegularGrammar& reGrammar) {}
|
||||
|
||||
void Parser::parse(const Sentence& sentence, AST& out) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue