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.
9 lines
335 B
9 lines
335 B
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](https://github.com/cgaebel/sexp).
|
|
|