typst/src
Laurenz 7f8f225cb3 Split up parser into multiple files 🧱
Splits up into:
- escaping: resolving of escape sequences
- parser: the parsing code
- tests: all integrated parsing tests

Also moves Ident from the root syntax module into the tree module.
2020-09-03 19:16:19 +02:00
..
compute Split up parser into multiple files 🧱 2020-09-03 19:16:19 +02:00
export Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
layout Add section headings 👨‍🦲 2020-09-01 13:10:48 +02:00
library Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
syntax Split up parser into multiple files 🧱 2020-09-03 19:16:19 +02:00
color.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
diagnostic.rs Add Value type and replace dyn-nodes with call-exprs 🏗 2020-08-16 22:39:21 +02:00
font.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
geom.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
length.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
lib.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
macros.rs Make some code easier for rustfmt 🍦 2020-08-30 22:09:33 +02:00
paper.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
prelude.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00
style.rs Format everything with rustfmt! 💚 2020-08-30 22:18:55 +02:00