1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-04 12:11:42 +00:00
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
..