Skip to content

Commit 05fc87d

Browse files
Docs: Update project structure.
1 parent ae1f6bc commit 05fc87d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

compiler/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,19 @@ cargo build --target wasm32-unknown-unknown --release --no-default-features --fe
7575
```bash
7676
├── Cargo.lock
7777
├── Cargo.toml
78-
├── main.py
7978
├── README.md
8079
├── src
8180
│ ├── lib.rs
8281
│ ├── main.rs
8382
│ ├── modules
8483
│ │ ├── lexer.rs
85-
│ │ ├── parser.rs
84+
│ │ ├── parser
85+
│ │ │ ├── control.rs
86+
│ │ │ ├── expr.rs
87+
│ │ │ ├── literals.rs
88+
│ │ │ ├── mod.rs
89+
│ │ │ ├── stmt.rs
90+
│ │ │ └── types.rs
8691
│ │ └── vm.rs
8792
│ └── wasm.rs
8893
└── tests

0 commit comments

Comments
 (0)