jit works

This commit is contained in:
2024-02-02 10:31:13 -08:00
parent 7ebb31b42f
commit 4ba196d2a6
21 changed files with 477 additions and 185 deletions

View File

@@ -0,0 +1,3 @@
x = 4u64;
function f(y) (x + y)
print x;

View File

@@ -0,0 +1,7 @@
b = -7662558304906888395i64;
z = 1030390794u32;
v = z;
q = <i64>z;
s = -2115098981i32;
t = <i32>s;
print t;

View File

@@ -0,0 +1,4 @@
n = (49u8 + 155u8);
q = n;
function u (b) n + b
v = n;

View File

@@ -1,4 +1,4 @@
x = 5;
y = 4*x + 3;
print x;
print y;
print y;