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.