aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/parse.h
AgeCommit message (Collapse)Author
2021-10-19Feat(rc): added subshell commands and cd builtinNicholas Noll
Slowly chipping away at a decent feature list. Subshell commands are executed by @{ ... }.
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