Commit Graph

5 Commits

Author SHA1 Message Date
Ryan Culpepper
2c1a36f55f syntax/parse: clean up "at"/"within"-term handling
Added comments and examples about "at" and "within" terms
Fixed ps->stx+index bugs related to struct and vector patterns
2018-01-18 14:56:26 +01:00
Ryan Culpepper
2de80c8091 syntax/parse: fix ps->stx+index; fixes #1602
Collapse CDR frames separated by ORD, POST, etc. For example,
(1 ORD 2 stx) should be same as (3 stx).
2018-01-18 14:56:09 +01:00
Georges Dupéron
5be04ef8fd Removed all structure definitions from the copy of syntax/parse, and used the ones definied in the official syntax/parse 2017-01-28 05:16:48 +01:00
Georges Dupéron
02a0d43d0d Changed syntax/parse module paths to stxparse-info/parse 2017-01-28 05:16:33 +01:00
Georges Dupéron
8d4f899aa3 Imported files from 28f1df4cff 2017-01-28 05:16:11 +01:00