Skip to content
/ TSI Public

interpreter stackmachine thing written in typescript

Notifications You must be signed in to change notification settings

kimierik/TSI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interpreter in typescript

goal is to implement a propper stack machine with custom bytecode

useage

there are examples

run

npm run run path/to/file.foo

currently this executes examples/test.foo

features implemented

  • [X] functions
  • [X] expression execution order
  • [X] printing ints
  • [X] variables
  • [X] conditionals (if else)
  • [ ] loops

About

interpreter stackmachine thing written in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published