implement string escapes

This commit is contained in:
nora 2023-07-29 22:05:44 +02:00
parent 09ae6cbb56
commit 3270e6b501
4 changed files with 52 additions and 8 deletions

View file

@ -11,10 +11,8 @@ import { exec } from "child_process";
const input = `
function main() = (
print("uwu
");
print("owo
");
print("\\3AAA\\n");
print("meow\\n");
);
`;