removed unnecessary comment

This commit is contained in:
Marvin Kaiser
2019-10-29 10:33:24 +01:00
parent dfefee8a71
commit 8ad114107a

View File

@@ -37,10 +37,6 @@ atom
: INTEGER_LITERAL #intAtom : INTEGER_LITERAL #intAtom
; ;
/*
if 5 = 5 then whatever else whatever
*/
PRINT: 'print'; PRINT: 'print';
IF: 'if'; IF: 'if';
ELSE: 'else'; ELSE: 'else';