Commit Graph

1 Commits

Author SHA1 Message Date
Ethan Burns 87688657e8 Add a generalized basic interpreter library.
It takes a custom basic-like language description defined by a set of commands, binary and unary operators. The execution of each command and operator is defined by a Go function. The interpreter itself handles the parsing and execution loop.
2021-10-13 22:45:49 -04:00