Croissant Runtime
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
crsn/lib/spanned_sexp
Ondřej Hruška 214d673643
remove junk, better explain whats going on with spanned_sexp
5年前
..
src remove unnecessary cloning of SourcePosition, reduce SourcePosition size. clean, format 5年前
.gitignore add sexp into source tree 5年前
Cargo.toml remove junk, better explain whats going on with spanned_sexp 5年前
LICENSE add sexp into source tree 5年前
README.md remove junk, better explain whats going on with spanned_sexp 5年前

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.