allow return; for void returns ... remove string

This commit is contained in:
Markus Hauschild
2013-06-02 08:31:45 +02:00
parent a986fc4419
commit 1cb60087f6
3 changed files with 11 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ int main() {
rules.add("void", T_VOID);
rules.add("rfor", T_RFOR);
rules.add("rif", T_RIF);
rules.add("string", T_STRING);
//rules.add("string", T_STRING);
// special characters
//rules.add("\"(\"", T_LPAREN);