mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
escape underscores
This commit is contained in:
parent
7cd50ab554
commit
7c88a3513e
2 changed files with 10 additions and 7 deletions
|
|
@ -12,10 +12,10 @@ import { exec } from "child_process";
|
|||
const input = `
|
||||
function main() = uwu(10);
|
||||
|
||||
function a() = ;
|
||||
function ___print() = ;
|
||||
|
||||
function uwu(a: Int) = if a != 0 then (
|
||||
print("uwu\n");
|
||||
print("uwu\n");
|
||||
uwu(a - 1);
|
||||
);
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue