goal is to implement a propper stack machine with custom bytecode
there are examples
run
npm run run path/to/file.foo
currently this executes examples/test.foo
- [X] functions
- [X] expression execution order
- [X] printing ints
- [X] variables
- [X] conditionals (if else)
- [ ] loops