introduce transpile to cpp
This commit is contained in:
@@ -22,4 +22,6 @@ class toBFListener : public bfeBaseListener {
|
||||
void exitLoopStmt(bfeParser::LoopStmtContext *ctx) override;
|
||||
void enterGroupedStmt(bfeParser::GroupedStmtContext *ctx) override;
|
||||
void exitGroupedStmt(bfeParser::GroupedStmtContext *ctx) override;
|
||||
void enterOutputStmt(bfeParser::OutputStmtContext *ctx) override;
|
||||
void enterInputStmt(bfeParser::InputStmtContext *ctx) override;
|
||||
};
|
Reference in New Issue
Block a user