erg/doc/zh_CN/dev_guide/directories.md
2022-09-06 09:29:14 +09: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测试代码
```