Lex Strings

This commit is contained in:
2019-05-22 13:24:28 +02:00
parent 23991ab2ea
commit 6eb005ab3f
6 changed files with 125 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ enum class TokenKind{
Integer,
Float,
String,
AndKeyword,
BreakKeyword,