Add string literals

This commit is contained in:
2020-05-17 20:30:57 +02:00
parent fc2870ca74
commit e1008b43a6
11 changed files with 152 additions and 48 deletions

View File

@@ -10,6 +10,7 @@ namespace Token
Register,
StatementEnd,
Label,
String,
Memory
};
}