summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-02Small improvements ๐ŸงบLaurenz
2020-10-02Remove spans from token iterator ๐ŸงฝLaurenz
2020-10-02Optimize parser by remembering peeked token โšกLaurenz
2020-10-02Refactor parser ๐ŸžLaurenz
2020-10-01Generalize layouting primitives ๐Ÿ›คLaurenz
2020-10-01Rename compute to eval โœLaurenz
2020-10-01Flatten compute moduleLaurenz
2020-10-01Reorganize ast types ๐Ÿ•Laurenz
2020-10-01Rename table to dict โœLaurenz
2020-10-01Make syntax not depend on parse ๐Ÿ“ฉLaurenz
2020-10-01Rename CharParser to Scanner โœLaurenz
2020-10-01Simplify tokenizer a bit ๐Ÿ”„Laurenz
2020-10-01Implement low-level char parser ๐ŸฅœLaurenz
2020-09-30Restructure parser files ๐Ÿ”Laurenz
2020-09-30Flatten unescape_string a bit ๐ŸฅžLaurenz
2020-09-30Refactor raw blocks ๐Ÿ’ฑLaurenz
2020-09-30Replace line/column with byte positions ๐Ÿ”ขLaurenz
2020-09-30SpanWith trait โ†”Laurenz
2020-09-30Streamline font handling a bit ๐Ÿ“œLaurenz
2020-09-30Move decoration into mod.rs ๐Ÿ”™Laurenz
2020-09-30Reorganize syntax types into two modules ๐Ÿ“ฆLaurenz
2020-09-27Fix for updated fontdock โœ”Laurenz
2020-09-03Split up parser into multiple files ๐ŸงฑLaurenz
2020-09-02Rename `skip_white` to `skip_ws` โœ’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-31Add non-breaking space ๐Ÿ”’Martin Haug
2020-08-30Format everything with rustfmt! ๐Ÿ’šLaurenz
2020-08-30Some alignment โญLaurenz
2020-08-30Make some code easier for rustfmt ๐ŸฆLaurenz
2020-08-30Fix different-fonts-in-text bug โœ”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-29Fixing the build by removing P macro usage ๐Ÿš‘Martin Haug
2020-08-29Merge branch 'master' into code-blocksMartin
2020-08-29Added code blocks ๐ŸšŸMartin Haug
2020-08-29Remove par nodes in favor of parbreaks ๐Ÿ”„Laurenz
2020-08-29Make align not behave box-like and smarter ๐Ÿ“ฆLaurenz
2020-08-27Fix default values for rgb-clamping ๐ŸฉนLaurenz
2020-08-27Do as Dolores says โšกLaurenz
2020-08-27Better error reporting for nameless function ๐Ÿ’กLaurenz
2020-08-27Fixing the regression ๐ŸฉนMartin Haug
2020-08-27Code review-tastic changes ๐ŸฆชMartin Haug
2020-08-27Add Multi-Invokation ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘งMartin Haug
2020-08-19Remove some obsolete stuff โŒLaurenz