mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 05:11:09 +00:00
26 lines
No EOL
1.2 KiB
Markdown
26 lines
No EOL
1.2 KiB
Markdown
# Erg存儲表結構
|
||
|
||
[](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
|
||
│ │ ├─ API:Erg標準API
|
||
│ │ ├─ compiler:關于編譯器實現
|
||
│ │ ├─ dev_guide:開發者和貢獻者指南
|
||
│ │ ├─ python:Erg開發必備的Python知識
|
||
│ │ ├─ syntax:Erg語法
|
||
│ │ └─ tools:Erg命令行工具
|
||
│ └─┬ JA
|
||
│ ...
|
||
├─ examples:示例代碼
|
||
├─ library:Erg腳本庫
|
||
├─ src:main.rs和驅動所在目錄
|
||
└─ tests:測試代碼
|
||
``` |