wsbasic is a BASIC interpreter written in C++ using recursive descent OO techniques instead of the outdated lex/yacc tools. It can already be used as a scripting replacement for bash and was also used as basis for kturtle's logo interpreter.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX Linux |
| Implementation | C++ Basic |