-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# Fysh-Fyve | ||
# Fysh-Fyve Project | ||
|
||
## Structure | ||
|
||
All sub-projects are inside the `pkg` directory. | ||
|
||
| Project | Description | | ||
| ---------------- | ------------------------------------------------------------------------------------------------------ | | ||
| docs-capstone | Documentation for [UofA ECE 492 Capstone Project](https://www.capstonedepot.live/post/80) | | ||
| fysh-sea | Fysh Compiler (C++ and [LLVM](https://llvm.org/)) | | ||
| fyshls | Fysh [Language Server](https://microsoft.github.io/language-server-protocol/) | | ||
| go-fysh | Fysh Interpreter based on [Thorsten Ball's Book](https://interpreterbook.com/) (Go) | | ||
| riscv | Hardware Description for Fysh-Fyve [RISC-V](https://riscv.org/) CPU (VHDL) | | ||
| tree-sitter-fysh | Fysh [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) Grammar | | ||
| vscode-fysh | [VSCode Language Support for Fysh](https://marketplace.visualstudio.com/items?itemName=Fysh-Fyve.fysh) | | ||
| website | [Fysh website](https://fysh-fyve.github.io/) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters