summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Collapse)Author
2020-07-26Rename errors to problems and make error! macro more ergonomic ๐ŸงผLaurenz
Also adds a `warning!` macro.
2020-02-06Highlight bold / italic / monospace ๐ŸŽจLaurenz
2020-02-04Adapt for tonty and fix a few bugs ๐ŸšงLaurenz
2020-02-03Better Debug/Display and Derives ๐ŸงฝLaurenz
2020-01-26Document everything ๐Ÿ“œLaurenz
2020-01-24Reorganize modules ๐ŸงฑLaurenz
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
2019-10-11Render debug boxes ๐ŸงญLaurenz
2019-05-26Thoroughly improve documentation ๐Ÿ“Laurenz
2019-03-30Move some types into better places ๐ŸงฑLaurenz
2019-03-30Create error_type! macro โœ”Laurenz