Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crate-local Result alias for less verbose type signatures | Bryan Newbold | 2021-10-25 | 2 | -23/+22 |
* | refactor into lib-style crate, and add some early tests | Bryan Newbold | 2021-10-25 | 3 | -35/+38 |
* | constants; clean up product and sum code | Bryan Newbold | 2021-10-24 | 1 | -54/+169 |
* | more progress | Bryan Newbold | 2021-10-24 | 3 | -106/+159 |
* | progress | Bryan Newbold | 2021-10-24 | 3 | -97/+154 |
* | simplify s-expr enum, to make other parsing easier as well | Bryan Newbold | 2021-10-23 | 2 | -44/+17 |
* | commit work-in-progress | Bryan Newbold | 2021-10-23 | 3 | -3/+152 |
* | sexpr: simplify by removing quote and vector types | Bryan Newbold | 2021-10-17 | 1 | -22/+3 |
* | initial copy of hand-written sexpr parsing | Bryan Newbold | 2021-10-16 | 2 | -0/+399 |