mirror of
https://github.com/avinal/The-VM-to-HACK-Translator.git
synced 2026-01-11 23:58:32 +05:30
made slight changes
This commit is contained in:
@@ -27,7 +27,7 @@ private:
|
||||
std::vector<vmcommand> parsed;
|
||||
|
||||
public:
|
||||
parser(std::string file) : input_file(file) {}
|
||||
bool change_file(std::string name);
|
||||
std::vector<vmcommand> get_commands();
|
||||
c_type command_type(std::string com);
|
||||
void parse();
|
||||
|
||||
Reference in New Issue
Block a user