Skip to content

vtheno/pyByteCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning python virtual machine bytecode and use it in python

  • usage:
@let( {'a':1,'b':2 } )
def add():
    return a + b
print( add )
print( add() )
@check
def add(a:int,b:int) -> int:
    return a + b
print( add(1,'2') )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages