summaryrefslogtreecommitdiff
path: root/src/syntax/tokens.rs
AgeCommit message (Expand)Author
2023-01-14Reorganize syntax moduleLaurenz
2023-01-03New import syntaxLaurenz
2022-12-31Merge `MarkupNode` and `MathNode` into `Expr`Laurenz
2022-12-14Move highlighting into new IDE moduleLaurenz
2022-12-06Math shorthandsLaurenz
2022-12-06More math syntaxLaurenz
2022-12-05Symbol notationLaurenz
2022-12-02Multi-part numbering patternsLaurenz
2022-11-26Dynamic labelsLaurenz
2022-11-22Rename two syntax typesLaurenz
2022-11-19Rename `RawKind` to `RawFields`Laurenz
2022-11-07Show it!Laurenz
2022-11-04Style changesLaurenz
2022-11-03Split cratesLaurenz
2022-10-28Refactor `geom` moduleLaurenz
2022-10-17Merge some modulesLaurenz
2020-09-30Reorganize syntax types into two modules ๐Ÿ“ฆLaurenz
2020-09-01Deduplicate and flexibilize code token & node building ๐ŸงบLaurenz
2020-09-01Formatting ๐ŸŒฟLaurenz
2020-09-01Add section headings ๐Ÿ‘จโ€๐ŸฆฒMartin Haug
2020-08-31Move Nbsp logic to tokenizer ๐Ÿš›Martin Haug
2020-08-31Capability to escape the tilde symbol ๐Ÿ’จMartin Haug
2020-08-30Format everything with rustfmt! ๐Ÿ’šLaurenz
2020-08-30Make some code easier for rustfmt ๐ŸฆLaurenz
2020-08-30Slight simplifications ๐ŸƒLaurenz
2020-08-30Also provide escapes for strings ๐Ÿ—’Martin Haug
2020-08-30Added Unicode Escaping for body text ๐Ÿ‘™Martin Haug
2020-08-29Newlines are complicated, y'all ๐Ÿ˜ฑMartin Haug
2020-08-29Added code blocks ๐ŸšŸMartin Haug
2020-08-27Do as Dolores says โšกLaurenz
2020-08-27Code review-tastic changes ๐ŸฆชMartin Haug
2020-08-27Add Multi-Invokation ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘งMartin Haug
2020-08-19Remove some obsolete stuff โŒLaurenz
2020-08-19Make compute functions possible ๐Ÿ’ปLaurenz
2020-08-17Parse braced expressions and bracketed calls in headers ๐Ÿ—ณLaurenz
2020-08-16Remove tuples and objects in favor of tables ๐Ÿ›ขLaurenz
2020-08-13Remove redundant `Expr` prefix from tokens ๐ŸงฝLaurenz
2020-08-03Formatting, documentation and small improvements ๐ŸงฝLaurenz
2020-08-02Refactor model into tree ๐Ÿ›’Laurenz
2020-08-02Refactor argument parsing ๐Ÿ”ฌLaurenz
2020-08-01Raw lengths ๐ŸšฒLaurenz
2020-07-29Move, rename and switch some things (boring) ๐ŸššLaurenz
2020-07-27Refactor parser ๐Ÿš‡Laurenz
2020-07-26Streamline parser and tokenizer test code โœˆLaurenz
2020-07-26Better distinguish function names in tokenizer from parser โœ‚Laurenz
2020-07-18Some code and styling improvements ๐ŸŽจLaurenz
2020-07-18Parsing mathematical expressions :heavy_plus_sign:Martin Haug
2020-07-15Use FromStr trait and formatting โœจLaurenz
2020-07-15Healed field for RgbaColors, CodeRev feedback ๐ŸคMartin Haug
2020-07-14Add named tuples and hex color tokensMartin Haug