aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/syntax.y
AgeCommit message (Expand)Author
2021-10-26feat(rc): keywords now recognized. for and while loopNicholas Noll
2021-10-26proto(rc): control structuresNicholas Noll
2021-10-26feat(rc): added index operationsNicholas Noll
2021-10-21feat(rc): added andand and oror operatorsNicholas Noll
2021-10-21feat(rc): string join operatorNicholas Noll
2021-10-21feat(rc): string concatenation worksNicholas Noll
2021-10-20Refactored interactivity to track with thread.Nicholas Noll
2021-10-19Feat(rc): added subshell commands and cd builtinNicholas Noll
2021-10-19Feat: word operators and more robust crashingNicholas Noll
2021-10-19feat(rc): cleaner process watching for each jobNicholas Noll
2021-10-15feat(rc): working prototype of input->compile->print loopNicholas Noll