Skip to content

Commit

Permalink
Revert "Add finish input message (compiler)"
Browse files Browse the repository at this point in the history
This reverts commit 1d346e9.
  • Loading branch information
bdbai committed Dec 16, 2019
1 parent 1d346e9 commit 4011e0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Context ctx(fn);

void before_processing() {
Lexer::isCompiler = true;
cerr << "\u001b[33m"
<< "To finish input, press Ctrl+D."
<< "\u001b[0m" << endl;
globalOut << ".assembly calculator {} " << endl;
beginFunction(globalOut);
}
Expand Down

0 comments on commit 4011e0c

Please sign in to comment.