Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlottia/ava
Ava BASIC
https://github.com/charlottia/ava
amaranth basic qbasic zig
Last synced: about 2 months ago
JSON representation
Ava BASIC
- Host: GitHub
- URL: https://github.com/charlottia/ava
- Owner: charlottia
- License: 0bsd
- Created: 2024-07-22T17:20:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T07:56:11.000Z (about 2 months ago)
- Last Synced: 2024-12-24T17:52:05.092Z (about 2 months ago)
- Topics: amaranth, basic, qbasic, zig
- Language: Zig
- Homepage:
- Size: 823 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ava BASIC
## Wayfinding
* [`basic/`](basic/) — Compiler and stack machine interpreter.
* [`core/`](core/) — RISC-V stack machine core.
* [`soc/`](soc/) — SoC in Amaranth integrating [VexRiscv].
* [`adc/`](adc/) — Amateur Development Client (IDE).[VexRiscv]: https://github.com/SpinalHDL/VexRiscv
## But what does it all mean?
[Put as succinctly as I can for now][explainer].
[explainer]: https://lobste.rs/s/lkpxbs/what_are_you_doing_this_weekend#c_jdtf53
## License
Ava is released under the [zero-clause BSD license](LICENSE.txt).