Skip to content

JonesAndrew/jit_lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jit_lang

b = function() {
    print(5)

    a = 5
    a = a + 1

    return a
}

b()
b()
b()

a = b
print(a())

About

A toy jit language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages