mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
818 B
818 B
Erg repository directory structure
└─┬ assets: images, etc.
├─ CODE_OF_CONDUCT: Code of Conduct
├─┬ compiler
│ ├─ erg_common: common utility
│ ├─ erg_compiler
│ └─ erg_parser: Parser
├─┬doc
│ ├─┬ EN
│ │ ├─ API: Erg standard API
│ │ ├─ compiler: About compiler implementation
│ │ ├─ dev_guide: Guide for developers and contributors
│ │ ├─ python: Python knowledge required for Erg development
│ │ ├─ syntax: Erg syntax
│ │ └─ tools: Erg command line tools
│ └─┬ JA
│ ...
├─ examples: sample code
├─ library: Erg script library
├─ src: directory where main.rs and driver are placed
└─ tests: test code