summaryrefslogtreecommitdiff
path: root/src/core.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Seperate built-in types and functions from ExprNanoTech2017-03-101-90/+76
* Replace Cow<'i, str> with &'i str in ExprNanoTech2017-03-101-33/+29
* Begin implementing type checkingNanoTech2017-03-101-0/+487
* Reference input strings without copyingNanoTech2017-03-101-30/+31
* Initial commitNanoTech2017-03-101-0/+222