8 lines
No EOL
203 B
C++
8 lines
No EOL
203 B
C++
|
|
#include "Parser.hpp"
|
|
|
|
using namespace tp;
|
|
|
|
void Parser::compileTables(const ContextFreeGrammar& cfGrammar, const RegularGrammar& reGrammar) {}
|
|
|
|
void Parser::parse(const Sentence& sentence, AST& out) {} |