jit works
This commit is contained in:
3
examples/basic/generated0001.ngr
Normal file
3
examples/basic/generated0001.ngr
Normal file
@@ -0,0 +1,3 @@
|
||||
x = 4u64;
|
||||
function f(y) (x + y)
|
||||
print x;
|
||||
7
examples/basic/generated0002.ngr
Normal file
7
examples/basic/generated0002.ngr
Normal file
@@ -0,0 +1,7 @@
|
||||
b = -7662558304906888395i64;
|
||||
z = 1030390794u32;
|
||||
v = z;
|
||||
q = <i64>z;
|
||||
s = -2115098981i32;
|
||||
t = <i32>s;
|
||||
print t;
|
||||
4
examples/basic/generated0003.ngr
Normal file
4
examples/basic/generated0003.ngr
Normal file
@@ -0,0 +1,4 @@
|
||||
n = (49u8 + 155u8);
|
||||
q = n;
|
||||
function u (b) n + b
|
||||
v = n;
|
||||
@@ -1,4 +1,4 @@
|
||||
x = 5;
|
||||
y = 4*x + 3;
|
||||
print x;
|
||||
print y;
|
||||
print y;
|
||||
Reference in New Issue
Block a user