Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list ...
Working on learning Rust and decided to try and write a JSON parser as a first "real" Rust program. It is not fully spec compliant as it does not support: escape codes in string number types other ...