add turingcomplete cpu compiler
This commit is contained in:
6
projects/mycpu/functions.j
Normal file
6
projects/mycpu/functions.j
Normal file
@@ -0,0 +1,6 @@
|
||||
g = 2
|
||||
|
||||
fn suma(x, y):
|
||||
return x + y
|
||||
|
||||
x = suma(5, 2) - g + 1
|
||||
Reference in New Issue
Block a user