forked from solstice/solstice
Proper string parsing
This commit is contained in:
@@ -3,3 +3,5 @@ puts 432
|
||||
puts 3.141
|
||||
puts 'c'
|
||||
puts true
|
||||
|
||||
puts "now we have proper string lexing!!!!!11!!@!2!1@1@12!!!112!@"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if true {
|
||||
if 1 == 1 {
|
||||
puts "huzzah"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user