forked from MightyPork/crsn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.