Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdphillips/basic
BASIC module language for Racket
https://github.com/samdphillips/basic
Last synced: about 2 months ago
JSON representation
BASIC module language for Racket
- Host: GitHub
- URL: https://github.com/samdphillips/basic
- Owner: samdphillips
- Created: 2010-10-09T18:46:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-09T18:56:49.000Z (over 14 years ago)
- Last Synced: 2024-10-16T03:03:20.024Z (3 months ago)
- Language: Racket
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= BASIC =
This is completely a hack. There are no tests. It's really only half
sketched out. But it does work ... mostly. Really I just got enough of
it done so that my test programs would run.Known missing parts include compiling for loops (they parse fine, I just
haven't reworked the compiler to put them in.) And there are probably
numerous "primitives" that I just haven't added yet. Also I think GOSUB
and RETURN are unimplemented.