summaryrefslogtreecommitdiff
path: root/src/syntax/tokens.rs
AgeCommit message (Expand)Author
2020-02-13New syntax features ๐Ÿ‘”Laurenz
2020-02-11Parse tuples and objects ๐Ÿ’Laurenz
2020-02-09Write lots of parser tests ๐ŸŒชLaurenz
2020-02-07Improve syntax testing framework โ™ปLaurenz
2020-02-06Highlight bold / italic / monospace ๐ŸŽจLaurenz
2020-02-03Port tests ๐Ÿš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
2020-01-14Parser testing prototype ๐ŸฅฅLaurenz
2020-01-13Refactor expressions and create tuples and objects ๐ŸงฎLaurenz
2020-01-13Merge Characters struct into tokenizer ๐Ÿ”€Laurenz
2020-01-13Checkpoint ๐ŸLaurenz
2020-01-11Span tests โ†”Laurenz
2020-01-11Re-engineer tokenization ๐ŸšฟLaurenz
2020-01-10Convert spans to line/column format ๐Ÿ“‘Laurenz
2020-01-06Formatting ๐Ÿ›€Laurenz
2020-01-06Asyncify font loading ๐ŸชLaurenz
2019-12-13More consistent library code and functions ๐ŸŽ„Laurenz
2019-12-12Tidying up ๐ŸงนLaurenz
2019-12-07Create parsing test harness โšกLaurenz
2019-12-05Rename crate `typst` -> `typstc` โœLaurenz
2019-12-05Move arg parser into `FuncArgs` and create (incomplete) consistent map ๐ŸงญLaurenz
2019-10-30Basic node spans โœ…Laurenz
2019-10-30Token spans ๐Ÿ”œ๐Ÿ”™Laurenz
2019-10-24Prettify peeking and rearrange syntax/parsing modules ๐ŸงถLaurenz