+escape sequences

This commit is contained in:
anon
2024-07-16 04:46:36 +02:00
parent 3bdc2b7ba5
commit 7e356290a3
2 changed files with 25 additions and 5 deletions

4
test/literal_escapes.eax Normal file
View File

@ -0,0 +1,4 @@
program example
u8 <> var = "hello\"world\n!\vpadding\x90"
begin
end program