summaryrefslogtreecommitdiff
path: root/src/syntax
AgeCommit message (Expand)Author
2020-10-06Rename ast/tree -> ast/node โœLaurenz
2020-10-05Streamline generic layouting primitives ๐Ÿ›ซLaurenz
2020-10-04Small improvements ๐ŸชLaurenz
2020-10-04Better argument parsing ๐Ÿฅ™Laurenz
2020-10-04Shorten some names โ†”Laurenz
2020-10-04Expression evaluation with Eval trait ๐ŸงฎLaurenz
2020-10-04Style nits ๐ŸŽˆLaurenz
2020-10-04Separate state and constraints ๐ŸงถLaurenz
2020-10-03Small documentation fixes ๐ŸงพLaurenz
2020-10-03Evaluate expressions ๐ŸงฎLaurenz
2020-10-03Int, Float, Relative and Linear values ๐Ÿ‰Laurenz
2020-10-03Rename bold/italic to strong/emph โœLaurenz
2020-10-02Remove spans from token iterator ๐ŸงฝLaurenz
2020-10-02Refactor parser ๐Ÿž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-01Implement low-level char parser ๐ŸฅœLaurenz
2020-09-30Refactor raw blocks ๐Ÿ’ฑLaurenz
2020-09-30Replace line/column with byte positions ๐Ÿ”ขLaurenz
2020-09-30SpanWith trait โ†”Laurenz
2020-09-30Move decoration into mod.rs ๐Ÿ”™Laurenz
2020-09-30Reorganize syntax types into two modules ๐Ÿ“ฆ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-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-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