Skip to content
/ compiler Public

a simple dynamic language and static language for learning

Notifications You must be signed in to change notification settings

mlmhl/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

变量的值用Trie保存 在生成字节码时保存每个变量在符号表中的索引 在虚拟机中根据索引获得变量的符号

字节码格式: line:position:operator

About

a simple dynamic language and static language for learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages