summaryrefslogtreecommitdiff
path: root/src/syntax/tree.rs
AgeCommit message (Expand)Author
2020-10-02Refactor parser 🏞Laurenz
2020-10-01Reorganize ast types 🏕Laurenz
2020-10-01Rename table to dict ✏Laurenz
2020-10-01Make syntax not depend on parse ðŸ“ĐLaurenz
2020-10-01Implement low-level char parser ðŸĨœLaurenz
2020-09-30Refactor raw blocks ðŸ’ą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-01Add section headings ðŸ‘Ļ‍ðŸĶēMartin Haug
2020-08-30Format everything with rustfmt! 💚Laurenz
2020-08-29Newlines are complicated, y'all ðŸ˜ą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-27Better error reporting for nameless function ðŸ’ĄLaurenz
2020-08-19Make compute functions possible ðŸ’ŧLaurenz
2020-08-16Add Value type and replace dyn-nodes with call-exprs 🏗Laurenz
2020-08-04Refactor function parsing â™ŧLaurenz
2020-08-04Par nodes ðŸ§ģLaurenz
2020-08-03Formatting, documentation and small improvements ðŸ§―Laurenz
2020-08-02Refactor model into tree 🛒Laurenz