forked from Bananymous/banan-os
This works well enough. At the moment redirections can appear anywhere in the command **after** environment variables and possible alias command. This means commands like `>foo echo hello` are not supported. I don't think this is big enough problem for now (99% time redirections are given after arguments) that i would rewrite the environment and alias parsing. |
||
|---|---|---|
| .. | ||
| Alias.cpp | ||
| Alias.h | ||
| Builtin.cpp | ||
| Builtin.h | ||
| CMakeLists.txt | ||
| CommandTypes.cpp | ||
| CommandTypes.h | ||
| Execute.cpp | ||
| Execute.h | ||
| Input.cpp | ||
| Input.h | ||
| Lexer.cpp | ||
| Lexer.h | ||
| Token.cpp | ||
| Token.h | ||
| TokenParser.cpp | ||
| TokenParser.h | ||
| main.cpp | ||