https://github.com/sunzx/TarielBASIC
A portable BASIC interpreter written in C.
https://github.com/sunzx/TarielBASIC
Last synced: 6 months ago
JSON representation
A portable BASIC interpreter written in C.
- Host: GitHub
- URL: https://github.com/sunzx/TarielBASIC
- Owner: sunzx
- License: mit
- Created: 2014-12-29T14:01:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T09:15:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T17:43:33.990Z (about 1 year ago)
- Language: C
- Size: 29.3 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - TarielBASIC
README
TarielBASIC
===========
A portable BASIC interpreter written in C
## Usage
```bash
cmake .
make
./main
```