Proper string parsing

This commit is contained in:
2025-12-20 06:58:41 +11:00
parent e8bf7b70f7
commit a8e5f6a0f1
3 changed files with 23 additions and 2 deletions

View File

@@ -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!@"

View File

@@ -1,4 +1,4 @@
if true {
if 1 == 1 {
puts "huzzah"
}