Skip to content

Commit 46a32bb

Browse files
Docs: Update project structure on README.md
1 parent a28e071 commit 46a32bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

compiler/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ cargo build --target wasm32-unknown-unknown --release --no-default-features --fe
8080
│ ├── lib.rs
8181
│ ├── main.rs
8282
│ ├── modules
83-
│ │ ├── lexer.rs
83+
│ │ ├── lexer
84+
│ │ │ ├── mod.rs
85+
│ │ │ ├── scan.rs
86+
│ │ │ └── tables.rs
8487
│ │ ├── parser
8588
│ │ │ ├── control.rs
8689
│ │ │ ├── expr.rs

0 commit comments

Comments
 (0)