Skip to content

Commit a190770

Browse files
committed
update README.md
1 parent 5ec8538 commit a190770

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ fn main() {
7474
let output = formatter.finish();
7575
println!("{}", output);
7676
}
77-
```
77+
```
78+
7879
Gives the output:
7980

8081
```
@@ -150,6 +151,10 @@ cargo run --release --bin corpus_test -- /path/to/php/project
150151
- **Parser**: A combination of Recursive Descent and Pratt parsing for expressions.
151152
- **AST**: All nodes are allocated in a `Bump` arena. Strings are stored as references to the original source (`&'src [u8]`) or arena-allocated slices.
152153

154+
## Use Cases
155+
156+
- [php-rs](https://github.com/wudi/php-rs) A PHP interpreter written in Rust.
153157

154158
## License
159+
155160
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

TODO.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)