forked from MightyPork/crsn
Ondřej Hruška
214d673643
|
4 years ago | |
---|---|---|
.. | ||
src | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.toml | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
README.md
Source-location tracking Sexp
This is a fork of "sexp", updated to the 2018 edition, where each parsed node tracks its source file position. This enables better error reporting in subsequent parsing and processing.
Original version by Clark Gaebel: https://github.com/cgaebel/sexp.