Split work

This commit is contained in:
2020-09-30 20:26:38 +05:30
parent 86359ebc54
commit 63e8acf141
4 changed files with 72 additions and 62 deletions

View File

@@ -1,10 +1,12 @@
#pragma once
#include<string>
#include "bfLexer.h"
#include "bfParser.h"
#include "bfBaseListener.h"
class expressionPrintingListener : public bfBaseListener {
class toBFListener : public bfBaseListener {
protected:
std::vector<std::string> printStack;
public: