summaryrefslogtreecommitdiff
path: root/src/syntax/func.rs
AgeCommit message (Collapse)Author
2020-01-24Non-fatal argument parsing 🌋Laurenz
2020-01-21Decoupled function parser 🔗 [WIP]Laurenz
2020-01-19Move to non-fatal errors 🪂 [WIP]Laurenz
- Dynamic models instead of SyntaxTrees - No more ParseResult/LayoutResult - Errors and Decorations which are propagated to parent contexts - Models are finally clonable