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: 7 months ago
JSON representation

Ava BASIC

Awesome Lists containing this project

README

          

# Ava BASIC

Note: probably done for now.

## 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) and TextMode Designer.

[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).