Skip to content

andrewfurey21/sting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sting-lang

Bytecode VM based on clox from Crafting Interpreters.

notes / todos

  • register vs stack instructions (lua5 vs python)
  • string interning
  • hash caching
  • accessing globals that don't exist yet should panic at compile time.
  • actually take car with saving line info, maybe make small compiler-explorer? like CE=1, could use protobuf

About

toy compiler and programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages