This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
corten/README.md

28 lines
1 KiB
Markdown
Raw Permalink Normal View History

2020-02-06 16:37:23 -05:00
# Corten
Corten is a RISC-V virtual machine written in Rust as a hobby and based on Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/) tutorial.
2020-02-06 16:37:23 -05:00
2020-02-06 20:39:19 -05:00
## Build Status
| Service | Status |
| --------- | ----------------------------------------------------------------------------------------------------------------- |
| Github | ![Rust](https://github.com/tonytins/corten/workflows/Rust/badge.svg) |
| Travis CI | [![Build Status](https://travis-ci.org/tonytins/corten.svg?branch=master)](https://travis-ci.org/tonytins/corten) |
## Specifications
See [specifications](docs/spec.md) page.
2020-02-06 16:37:23 -05:00
## Requirements
### Prerequisites
- Rust 2021 Edition
2020-02-06 16:37:23 -05:00
- Recommended IDEs
- Visual Studio Code
- Jetbrains IntelliJ or CLion
2020-02-06 16:37:23 -05:00
## License
This project is licensed under the BSD-3-Clause license - see [LICENSE](LICENSE) for details.