Enums§
- Expr
Error - Errors that can occur during expression evaluation.
- Expr
Value - A value produced by evaluating an expr expression.
Constants§
- EXIT_
EXPR_ ERROR - Exit code: expression is syntactically invalid.
- EXIT_
FAILURE - Exit code: expression is null or zero.
- EXIT_
REGEX_ ERROR - Exit code: regex error.
- EXIT_
SUCCESS - Exit code: expression is non-null and non-zero.
Functions§
- evaluate_
expr - Evaluate an expr expression from command-line arguments.