b = function() {
print(5)
a = 5
a = a + 1
return a
}
b()
b()
b()
a = b
print(a())
-
Notifications
You must be signed in to change notification settings - Fork 0
JonesAndrew/jit_lang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A toy jit language
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published