Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunzx/TarielBASIC
A portable BASIC interpreter written in C.
https://github.com/sunzx/TarielBASIC
Last synced: 2 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T09:15:31.000Z (about 3 years ago)
- Last Synced: 2024-08-03T18:16:45.652Z (6 months ago)
- Language: C
- Size: 29.3 KB
- Stars: 6
- 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
```