erg/doc/zh_TW/dev_guide/directories.md
2022-09-06 20:13:44 +08:00

26 lines
No EOL
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Erg存儲表結構
[![badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com%2Fdefault%2Fsource_up_to_date%3Fowner%3Derg-lang%26repos%3Derg%26ref%3Dmain%26path%3Ddoc/EN/dev_guide/directories.md%26commit_hash%3Da711efa99b325ba1012f6897e7b0e2bdb947d8a1)](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/directories.md&commit_hash=a711efa99b325ba1012f6897e7b0e2bdb947d8a1)
```console
└─┬ assets圖片等
├─ CODE_OF_CONDUCT行為準則
├─┬ compiler
│ ├─ erg_common通用工具
│ ├─ erg_compiler
│ └─ erg_parser解析器
├─┬ doc: 文檔
│ ├─┬ CN
│ │ ├─ APIErg標準API
│ │ ├─ compiler關于編譯器實現
│ │ ├─ dev_guide開發者和貢獻者指南
│ │ ├─ pythonErg開發必備的Python知識
│ │ ├─ syntaxErg語法
│ │ └─ toolsErg命令行工具
│ └─┬ JA
│ ...
├─ examples示例代碼
├─ libraryErg腳本庫
├─ srcmain.rs和驅動所在目錄
└─ tests測試代碼
```