jwoos / ash

ash (another shell)
1 stars 0 forks source link

Input parsing and shell language #2

Open jwoos opened 7 years ago

jwoos commented 7 years ago
jwoos commented 6 years ago

Structs were set up with #8 but it needs serious refactoring

jwoos commented 6 years ago

https://www.ibm.com/developerworks/library/l-lexyac/index.html

jwoos commented 6 years ago

~Flex for lexical analyzer and Bison for parser generator~

jwoos commented 6 years ago

Parse into AST for redirection, pipes, etc

Top down parser (LL1) for the actual shell language