updated lex file to have working code for all except for chars and strings. Also added the test files for just Int Testing and for testing for all literals (that is still failing for char and strings)
This commit is contained in:
11
simpleLiteralTest.a
Normal file
11
simpleLiteralTest.a
Normal file
@ -0,0 +1,11 @@
|
||||
"this is a string" 721398 'g' '/n'
|
||||
12893 "this is not a string
|
||||
"
|
||||
false
|
||||
nullfalse
|
||||
"nulltrue
|
||||
null
|
||||
'7'
|
||||
true
|
||||
'189
|
||||
|
Reference in New Issue
Block a user