summaryrefslogtreecommitdiff
path: root/src/syntax/lit.rs
AgeCommit message (Collapse)Author
2020-12-31Parsing improvements 🧽Laurenz
- Simplified scanner code - Peek eagerly - Skip whitespace and comments automatically in header mode - Parse simple block expressions - Move literal definitions into expression module - Raw resolving tests
2020-12-27Refresh function call and dictionary syntaxLaurenz
- No colon between function name and arguments, just whitespace - "Named" arguments (previously "keyword" arguments) use colon instead of equals sign
2020-11-24Use newly stabilized intra doc links ↩Laurenz
2020-10-10Flatten ast module back into syntax module 🌪Laurenz
2020-10-02Refactor parser 🏞Laurenz
2020-10-01Rename compute to eval ✏Laurenz
2020-10-01Flatten compute moduleLaurenz
2020-10-01Reorganize ast types 🏕Laurenz