Skip to content

hockeybuggy/copperhead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copperhead

I am taking a crack at writing a simple interpreter that uses something similar to python byte code. Completely a toy project for practice.

TODO

  • Get stackframes working
  • Switch to code objects
  • Test behaviour of simple instructions (the ones currently in main.rs)
  • Other operators
  • Conditionals
  • Function calling sequence

About

A toy rust 'bytecode' interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages