Skip to content

Commit

Permalink
feat(README): update architecture matrix
Browse files Browse the repository at this point in the history
- Updated the architecture matrix in the README.md file.
- Added support for function call and arch/package.
- Improved coverage for real world scenarios.
  • Loading branch information
phodal committed Feb 2, 2024
1 parent 229a430 commit 903396e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ language stages:
|---------------|------|--------|----|--------|-------|----|----|-------|-----|------|
| http api decl || 🆕 | 🆕 ||| 🆕 | 🆕 | || 🆕 |
| syntax parse ||||||| 🆕 || 🆕 ||
| function call || 🆕 | 🆕 ||| | | | ||
| arch/package || | ||| | ||| 🆕 |
| real world || | | 🆕 || | | | | |
| function call || | 🆕 ||| 🆕 | | | ||
| arch/package || | ||| 🆕 | ||| 🆕 |
| real world || | | || | | | | |

- [ArchGuard](https://github.com/archguard/archguard) - ArchGuard is an architecture workbench, also for architecture
governance, which can analysis architecture in container, component, code level, create architecture fitness
Expand Down
8 changes: 4 additions & 4 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ language stages:

| Features | Java | Python | Go | Kotlin | TS/JS | C | C# | Scala | C++ | Rust |
|---------------|------|--------|----|--------|-------|----|----|-------|-----|------|
| http api decl || 🆕 | 🆕 ||| 🆕 | 🆕 | | | 🆕 |
| http api decl || 🆕 | 🆕 ||| 🆕 | 🆕 | | | 🆕 |
| syntax parse ||||||| 🆕 || 🆕 ||
| function call || 🆕 | 🆕 ||| | | | ||
| arch/package || | ||| | || | 🆕 |
| real world || | | 🆕 || | | | | |
| function call || | 🆕 ||| 🆕 | | | ||
| arch/package || | ||| 🆕 | || | 🆕 |
| real world || | | || | | | | |

- [ArchGuard](https://github.com/archguard/archguard) - ArchGuard is an architecture workbench, also for architecture
governance, which can analysis architecture in container, component, code level, create architecture fitness functions,
Expand Down

0 comments on commit 903396e

Please sign in to comment.