summaryrefslogtreecommitdiff
path: root/src/syntax/mod.rs
AgeCommit message (Expand)Author
2020-07-29Move, rename and switch some things (boring) ๐ŸššLaurenz
2020-02-13New syntax features ๐Ÿ‘”Laurenz
2020-02-11Parse tuples and objects ๐Ÿ’Laurenz
2020-02-07Improve syntax testing framework โ™ปLaurenz
2020-02-06Highlight bold / italic / monospace ๐ŸŽจLaurenz
2020-02-04Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` ๐ŸŒ๐ŸŽข๐ŸŒšLaurenz
2020-02-03Port tests ๐ŸšLaurenz
2020-02-03Better Debug/Display and Derives ๐ŸงฝLaurenz
2020-02-03Upgrade to new toddle interface ๐Ÿณ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
2020-01-18ColorToken serialization + function fix ๐ŸšงLaurenz
2020-01-16Do argument parsing โ˜‘Laurenz
2020-01-16Powerful parser testing ๐Ÿฑโ€๐Ÿ‘คLaurenz
2020-01-14Parser testing prototype ๐ŸฅฅLaurenz
2020-01-13Checkpoint ๐ŸLaurenz
2020-01-11Re-engineer tokenization ๐ŸšฟLaurenz
2020-01-09Introduce color tokens ๐ŸŽจLaurenz
2020-01-06Formatting ๐Ÿ›€Laurenz
2020-01-05Re-enable *, _ and `.Laurenz
2019-12-15Paper styles and scalable+default margins ๐Ÿ“œLaurenz
2019-12-13Implement expression kind for Spanned<T> ๐Ÿ‘ฉโ€๐Ÿ’ปLaurenz
2019-12-12Tidying up ๐ŸงนLaurenz
2019-12-05Rename crate `typst` -> `typstc` โœLaurenz
2019-12-05Move arg parser into `FuncArgs` and create (incomplete) consistent map ๐ŸงญLaurenz
2019-12-04Unify error types โ™พLaurenz
2019-12-04Expand functionality of function! macro ๐Ÿ›ฐLaurenz
2019-11-30Better error reporting ๐ŸšจLaurenz
2019-11-07Create easy-to-use argument parser ๐Ÿ’ŽLaurenz
2019-11-06Parse keyword arguments ๐Ÿ“‹Laurenz
2019-10-31Spans for all parts of functions โœ…Laurenz
2019-10-30Basic node spans โœ…Laurenz
2019-10-30Token spans ๐Ÿ”œ๐Ÿ”™Laurenz
2019-10-30Improve documentation comments ๐Ÿ“œLaurenz
2019-10-24Prettify peeking and rearrange syntax/parsing modules ๐ŸงถLaurenz