typst/src
Laurenz 1fb2d5103d Always parse bodies as syntax trees 🌳
Previously they were passed as strings to the function parser, now they are parsed and then passed as trees to the function. This allows making bodies sugar for a last content argument. While it removes some flexibility allowing function to parse arbitrary syntaxes in their bodies, these can be modelled as (raw) string arguments.
2020-08-14 20:13:50 +02:00
..
export Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
layout Refactor function parsing ♻ 2020-08-04 13:48:07 +02:00
library Always parse bodies as syntax trees 🌳 2020-08-14 20:13:50 +02:00
syntax Always parse bodies as syntax trees 🌳 2020-08-14 20:13:50 +02:00
diagnostic.rs Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
font.rs Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
func.rs Always parse bodies as syntax trees 🌳 2020-08-14 20:13:50 +02:00
geom.rs Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
length.rs Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
lib.rs Basic table type 📔 2020-08-14 11:40:34 +02:00
macros.rs Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
paper.rs Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
style.rs Par nodes 🧳 2020-08-04 11:46:04 +02:00
table.rs Basic table type 📔 2020-08-14 11:40:34 +02:00