Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
File containing the operator functions to manage the operators that can be used in the shell. More...
Go to the source code of this file.
Functions | |
OperatorType | get_operator_type (const char *operator_str) |
Gets the type of the given operator. More... | |
const char * | get_operator_string (OperatorType operator_type) |
Gets the string corresponding to the given operator. More... | |
File containing the operator functions to manage the operators that can be used in the shell.
const char* get_operator_string | ( | OperatorType | operator_type | ) |
Gets the string corresponding to the given operator.
operator_type | The operator type |
OperatorType get_operator_type | ( | const char * | operator_str | ) |
Gets the type of the given operator.
operator_str | The operator string |
Order by operator length (longest first) to avoid matching << when looking for <