aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/main.c
AgeCommit message (Expand)Author
2021-11-12chore: simplified organizational structurelaptopNicholas
2021-11-08feat(rc): added back functionality of prompt, now unicode awareNicholas Noll
2021-11-04Feat: input readline now unicode awareNicholas Noll
2021-10-26feat(rc): keywords now recognized. for and while loopNicholas Noll
2021-10-26feat(rc): added index operationsNicholas Noll
2021-10-21feat(rc): expanded tree printingNicholas Noll
2021-10-21feat(rc): vi mode fleshed outNicholas Noll
2021-10-20Refactored interactivity to track with thread.Nicholas Noll
2021-10-19feat(rc): cleaner process watching for each jobNicholas Noll
2021-10-18feat(rc): job control prototype working for basic commandsNicholas Noll
2021-10-15feat(rc): working prototype of input->compile->print loopNicholas Noll
2021-10-13fix(email): bytes error. updated vendoringNicholas Noll
2021-10-09feat(rc): added shellNicholas Noll
2021-04-22chore: rm unfinished projectsNicholas Noll
2020-06-19fix: many small bug fixes with parser and lexerNicholas Noll
2020-06-18feat: working parser for rc shell languageNicholas Noll