Add pseudocode interpreter to the list of projects (#1400)

Co-authored-by: Geoffroy Couprie <geo.couprie@gmail.com>
This commit is contained in:
Gungy2 2021-09-25 17:28:36 +03:00 committed by GitHub
parent 5ce4183ff7
commit e1cf43a6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,7 +249,8 @@ Here is a (non exhaustive) list of known projects using nom:
[SystemVerilog](https://github.com/dalance/sv-parser),
[Turtle](https://github.com/vandenoever/rome/tree/master/src/io/turtle),
[CSML](https://github.com/CSML-by-Clevy/csml-interpreter),
[Wasm](https://github.com/Strytyp/wasm-nom)
[Wasm](https://github.com/Strytyp/wasm-nom),
[Pseudocode](https://github.com/Gungy2/pseudocode)
- Interface definition formats: [Thrift](https://github.com/thehydroimpulse/thrust)
- Audio, video and image formats:
[GIF](https://github.com/Geal/gif.rs),