Skip to content

Commit

Permalink
docs(README,home): add IDL stages and language support tables
Browse files Browse the repository at this point in the history
Addition of Intermediary Definition Language (IDL) stages and language support tables to both README.md and docs/home.md. These changes provide a quick reference for users regarding feature support across different languages and IDLs, enhancing the project's documentation and user understanding.
  • Loading branch information
phodal committed Nov 9, 2024
1 parent 4ad6af9 commit 3fb7c27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ language stages:
| arch/package || | ||| 🆕 | ||| 🆕 |
| real world || | ||| | | | | |

IDL stages:

| Features | Protobuf | Thrift |
|---------------|----------|--------|
| syntax parse |||
| http api decl |||
| 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
10 changes: 10 additions & 0 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ refs: [Tea if by sea, cha if by land](https://qz.com/1176962/map-how-the-word-te

Chapi (pronounce /tʃɑpi/) also pronounce XP in Chinese if you always call X in 叉.


language stages:

| Features | Java | Python | Go | Kotlin | TS/JS | C | C# | Scala | C++ | Rust |
Expand All @@ -32,6 +33,15 @@ language stages:
| arch/package || | ||| 🆕 | ||| 🆕 |
| real world || | ||| | | | | |

IDL stages:

| Features | Protobuf | Thrift |
|---------------|----------|--------|
| syntax parse |||
| http api decl |||
| 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,
and analysis system dependencies.
Expand Down

0 comments on commit 3fb7c27

Please sign in to comment.