summaryrefslogtreecommitdiff
path: root/src/func/mod.rs
AgeCommit message (Expand)Author
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-16Powerful parser testing ๐Ÿฑโ€๐Ÿ‘คLaurenz
2020-01-14Parser testing prototype ๐ŸฅฅLaurenz
2020-01-13Refactor expressions and create tuples and objects ๐ŸงฎLaurenz
2020-01-11Re-engineer tokenization ๐ŸšฟLaurenz
2020-01-10Convert spans to line/column format ๐Ÿ“‘Laurenz
2020-01-09Introduce color tokens ๐ŸŽจLaurenz
2020-01-06Formatting ๐Ÿ›€Laurenz
2020-01-06Asyncify font loading ๐ŸชLaurenz
2020-01-05Re-enable *, _ and `.Laurenz
2019-12-30Simple line layouter ๐ŸงพLaurenz
2019-12-15Paper styles and scalable+default margins ๐Ÿ“œLaurenz
2019-12-13More consistent library code and functions ๐ŸŽ„Laurenz
2019-12-12Refine and rename layouting types ๐Ÿ›€Laurenz
2019-12-10Progressing stack layouter ๐ŸšŠLaurenz
2019-12-06Finish consistent map and add two further convenience maps ๐Ÿ—บ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-12-01First half of stack update ๐ŸŒ“Laurenz
2019-11-30Refactor layouting base โ™ปLaurenz
2019-11-19First half of flex refactoring ๐ŸฅLaurenz
2019-11-18Page style modification functions ๐Ÿ“œLaurenz
2019-11-17Update standard library functions ๐ŸŽLaurenz
2019-11-17Remove top-level stack layouter from tree layouter ๐Ÿ—‘Laurenz
2019-11-16Axes updating for stack layouter ๐Ÿ“Laurenz
2019-11-16Generalize tree layouter ๐ŸŒฒLaurenz
2019-11-07Create easy-to-use argument parser ๐Ÿ’ŽLaurenz
2019-10-31Spans for all parts of functions โœ…Laurenz
2019-10-30Basic node spans โœ…Laurenz
2019-10-24Prettify peeking and rearrange syntax/parsing modules ๐ŸงถLaurenz
2019-10-23Introduce a set of macros for writing functions more concisely ๐ŸŽLaurenz