summaryrefslogtreecommitdiff
path: root/src/syntax/span.rs
AgeCommit message (Expand)Author
2020-02-03Port tests 🚁Laurenz
2020-02-03Better Debug/Display and Derives 🧽Laurenz
2020-01-26Document everything 📜Laurenz
2020-01-24Reorganize modules 🧱Laurenz
2020-01-21Decoupled function parser 🔗 [WIP]Laurenz
2020-01-19Move to non-fatal errors 🪂 [WIP]Laurenz
2020-01-18ColorToken serialization + function fix 🚧Laurenz
2020-01-16Powerful parser testing 🐱‍👤Laurenz
2020-01-13Refactor expressions and create tuples and objects 🧮Laurenz
2020-01-13Checkpoint 🏁Laurenz
2020-01-11Span tests ↔Laurenz
2020-01-11Re-engineer tokenization 🚿Laurenz
2020-01-10Convert spans to line/column format 📑Laurenz
2020-01-09Introduce color tokens 🎨Laurenz
2020-01-06Formatting 🛀Laurenz
2019-12-05Move arg parser into `FuncArgs` and create (incomplete) consistent map 🧭Laurenz
2019-12-04Expand functionality of function! macro 🛰Laurenz