Go to file
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
.github/workflows Update Cargo.toml and CI configuration ⚙ 2020-08-02 11:58:47 +02:00
benches Add basic parsing benchmark 🌩 2020-08-14 19:54:49 +02:00
fonts Par nodes 🧳 2020-08-04 11:46:04 +02:00
main Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
src Always parse bodies as syntax trees 🌳 2020-08-14 20:13:50 +02:00
tests Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
.gitignore Decoupled function parser 🔗 [WIP] 2020-01-21 17:09:31 +01:00
Cargo.toml Add basic parsing benchmark 🌩 2020-08-14 19:54:49 +02:00