PyBasic
PyBasic copied to clipboard
Simple interactive BASIC interpreter written in Python
Placeholder to add support for user input directly into an array variable
Placeholder to remind me to look at READing directly into an array variable
Hello! I wanted to add a scirpt to the repo to allow directly running .bas files without having to interact with the REPL. I'd like to be able to use...
Hi, thanks for creating PyBasic! I'm not really reporting an issue here. I just like to talk about something, I'd like to see in a future version of PyBasic: At...
I like this project and I find a github repo: https://github.com/coding-horror/basic-computer-games But I can't get most of the game work some can load but when executing produce a error. For...
Fix for bug where "IF THEN " statements were leaving the line number on the operand stack, causing a memory leak
This is both an issue and a question on how this should be done in basic. This is a very complete Python Basic interpreter. I am replacing an old basic...