Skip to content

Commit

Permalink
Highlight projects
Browse files Browse the repository at this point in the history
  • Loading branch information
cbebe committed Sep 20, 2024
1 parent d1be2c0 commit a5929e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
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/) |
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Monorepo tasks

- [ ] README
- Highlight different parts of the project
- [x] Highlight different parts of the project
- [ ] Add links once we're on master
- [ ] riscv
- [ ] Create project.json
- [ ] Highlight its requirements
Expand Down

0 comments on commit a5929e3

Please sign in to comment.