aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/syntax.y
AgeCommit message (Collapse)Author
2021-10-19Feat: word operators and more robust crashingNicholas Noll
Added the length and concatenate operators. Slightly improved the robustness on syntax errors.
2021-10-19feat(rc): cleaner process watching for each jobNicholas Noll
2021-10-15feat(rc): working prototype of input->compile->print loopNicholas Noll