summaryrefslogtreecommitdiff
path: root/src/parse/tests.rs
AgeCommit message (Expand)Author
2021-01-16Port remaining parser tests ๐ŸššLaurenz
2021-01-15Move value tests + smarter number formatting ๐Ÿ”ขLaurenz
2021-01-14Move let-binding tests to integration ๐ŸššLaurenz
2021-01-14Move bracket function tests to integration ๐ŸššLaurenz
2021-01-13Move array and dictionary tests to integration ๐ŸššLaurenz
2021-01-13Move basic markup tests to integration ๐ŸššLaurenz
2021-01-13Move escaping tests to integration and extend them ๐ŸššLaurenz
2021-01-13Move heading tests to integration ๐ŸššLaurenz
2021-01-13Move comment tests to integration ๐ŸššLaurenz
2021-01-13Basic let bindings ๐ŸŽžLaurenz
2021-01-12Group and block expressions, unary plus ๐ŸงฉLaurenz
2021-01-10Braced content -> Bracketed templates โœLaurenz
2021-01-10Rename token modes โœLaurenz
2021-01-10Add angle value ๐Ÿ“Laurenz
2021-01-10Add lots of new tokens ๐ŸชLaurenz
2021-01-09Add angle data type ๐Ÿ“Laurenz
2021-01-06Inline literal enum into expression enum ๐Ÿ”€Laurenz
2021-01-04None literal ๐Ÿ•ณLaurenz
2021-01-03Move and rename many things ๐Ÿš›Laurenz
2021-01-02Dynamic values, Types, Arrays, and Dictionaries ๐Ÿš€Laurenz
2021-01-01Better parser testing โœ…Laurenz
2020-12-31Parsing improvements ๐ŸงฝLaurenz
2020-12-27Refresh function call and dictionary syntaxLaurenz
2020-12-27Add color enum ๐ŸŽจLaurenz
2020-12-17Test [rgb] ๐ŸŽจLaurenz
2020-12-16Tweak parser error messages ๐Ÿ”ฎLaurenz
2020-12-10Refine test infrastructure โœ…Laurenz
2020-11-27Fix headings that are separated by only one newline ๐ŸšงLaurenz
2020-10-10Switch back to custom geometry types, unified with layout primitives ๐ŸžLaurenz
2020-10-07Fix some clippy warnings โœ”Laurenz
2020-10-07Move deco, pass and feedback into diagnostics module โ†ฉLaurenz
2020-10-04Small improvements ๐ŸชLaurenz
2020-10-04Better argument parsing ๐Ÿฅ™Laurenz
2020-10-04Shorten some names โ†”Laurenz
2020-10-03Small documentation fixes ๐ŸงพLaurenz
2020-10-03Int, Float, Relative and Linear values ๐Ÿ‰Laurenz
2020-10-03Rename bold/italic to strong/emph โœ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-09-30Restructure parser files ๐Ÿ”Laurenz
2020-09-30Refactor raw blocks ๐Ÿ’ฑLaurenz
2020-09-30Replace line/column with byte positions ๐Ÿ”ขLaurenz
2020-09-30SpanWith trait โ†”Laurenz
2020-09-30Reorganize syntax types into two modules ๐Ÿ“ฆLaurenz