added float test

This commit is contained in:
Samuel D. Crow
2021-03-29 14:49:12 -05:00
parent 0fe8d74bc5
commit 8797cb8870
2 changed files with 15 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ void printSegment::generate()
case S_SEMICOLON:
return;
case S_COMMA:
output_cpp << "putc('\\t');\n";
output_cpp << "putchar('\\t');\n";
return;
default:
error(E_BAD_SYNTAX);