Croissant Runtime
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.
 
 
crsn/lib/spanned_sexp
Ondřej Hruška 214d673643
remove junk, better explain whats going on with spanned_sexp
4 years ago
..
src remove unnecessary cloning of SourcePosition, reduce SourcePosition size. clean, format 4 years ago
.gitignore add sexp into source tree 4 years ago
Cargo.toml remove junk, better explain whats going on with spanned_sexp 4 years ago
LICENSE add sexp into source tree 4 years ago
README.md remove junk, better explain whats going on with spanned_sexp 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.