ion_shell_parser 0.2.0

Parser for the scripting language of the ion shell.
Documentation
1
2
3
4
Builtin = { "bg" | "cd" | "contains" | "dir-depth" | "dirs" | "disown" | "echo" | "ends-with" 
            | "eval" | "exec" | "exits" | "exit" | "eq" | "fg" | "help" | "history" | "isatty" 
            | "jobs" | "matches" | "popd" | "pushd" | "random" | "read" | "set" | "source" 
            | "starts-with" | "status" | "suspend" | "test" | "wait" | "which" }