summaryrefslogtreecommitdiff
path: root/userland/minibox/utilities/sh/lexer.h
AgeCommit message (Collapse)Author
2024-05-02sh: Use string view instead of C stringsAnton Kling
2023-11-17Minibox: Add a somewhat improved shellAnton Kling
This shell actually lexes and produces a AST which makes it easier to add features and will makes it more difficult to introduce bugs. So basically it is just better code.