# Hyeo-ung Source Files
## Status for each file
✅ for done, ❌ for omit, nothing for todo.
| file | impl | test | doc |
|------------------|:----:|:----:|:---:|
| `area.rs` |✅ |✅ |✅ |
| `big_number.rs` |✅ |✅ |✅ |
| `build.rs` |✅ | |✅ |
| `code.rs` |✅ |✅ |✅ |
| `debug.rs` |✅ |❌ |✅ |
| `execute.rs` |✅ |✅ |✅ |
| `interpreter.rs` |✅ |❌ |✅ |
| `io.rs` |✅ |✅ |✅ |
| `lib.rs` |✅ |❌ |❌ |
| `main.rs` |✅ |❌ |✅ |
| `number.rs` |✅ |✅ |✅ |
| `optimize.rs` |✅ |✅ |✅ |
| `parse.rs` |✅ |✅ |✅ |
| `state.rs` |✅ |✅ |✅ |