smallbasic / SmallBASIC

SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
https://smallbasic.github.io
GNU General Public License v3.0
209 stars 37 forks source link

How to run/compile .bas file using SmallBASIC #182

Closed p-mackay closed 1 year ago

p-mackay commented 1 year ago

I have an old .bas file I'm trying to run, I ran into this package to try to run it. I built it from source and everything seemed to have worked properly. What do I do now, how do I run .bas programs now? I tried using LINUX: sbasicg -r test.bas "abc xyz fileName" but says "command not found". I'm using Manjaro Linux.

p-mackay commented 1 year ago

The executable is in /home/user/SmallBASIC/src/platform/sdl/sbasicg.