aboutsummaryrefslogtreecommitdiff
path: root/parse.h
AgeCommit message (Collapse)Author
2025-03-17Big overhaul:Bruce Hill
- Clean up environment code using type strings instead of manually defining types - Add Commands module - Move Shell lang into an example module that uses Commands module - Fix some bugs with chained library dependencies
2024-09-18Deprecate dead codeBruce Hill
2024-07-05Cache AST parsings so we don't have to re-parse filesBruce Hill
2024-03-18More file commentsBruce Hill
2024-02-11Rename sss_* to just *Bruce Hill
2024-02-04Initial commitBruce Hill