Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Data Structures | Enumerations
cli Namespace Reference

Namespaces

namespace  builtin
 

Data Structures

class  AlgorithmsIntrospectionCommand
 
class  Arg
 
class  BatchExpression
 
class  BinaryExpression
 
class  BindedArg
 
class  BindingsIntrospectionCommand
 
class  BlockCommand
 
class  BreakCommand
 
class  CalcCommand
 
class  CastExpression
 
class  CastsIntrospectionCommand
 
class  CastStatement
 
class  CategoryOption
 
class  CharSequence
 
class  ClearMeasurements
 
class  Command
 
class  CommandList
 
class  ContainerStatement
 
class  ContinueCommand
 
class  DataTypesIntrospectionCommand
 
class  DeclareRunnableCommand
 
class  Environment
 
class  EOTCommand
 
class  EvalCommand
 
class  ExecuteCommand
 
class  Expression
 
class  FileStatement
 
class  FunctionCallExpression
 
class  HelpCommand
 
class  IfCommand
 
class  ImmediateArg
 
class  ImmediateExpression
 
class  ImmediateStatement
 
class  InterpretCommand
 
class  IstreamLineInterface
 
class  Lexer
 
class  LibraryLoader
 
class  LineInterface
 
class  LoadCommand
 
class  MethodCallExpression
 
class  OperatorsIntrospectionCommand
 
class  Option
 
class  OverloadsIntrospectionCommand
 
class  Parser
 
class  PostfixExpression
 
class  PrefixExpression
 
class  PreviousResultStatement
 
class  PrintCommand
 
class  QuitCommand
 
class  ResultFileStatement
 
class  ResultInterpret
 
class  ResultVariableStatement
 
class  ReturnCommand
 
class  SetCommand
 
class  ShowMeasurements
 
class  SingleStatement
 
class  StartMeasurementFrame
 
class  Statement
 
class  StatementList
 
class  StopMeasurementFrame
 
class  StringLineInterface
 
class  TypeExpression
 
class  TypeOption
 
class  UnloadCommand
 
class  ValueStatement
 
class  VarDeclareCommand
 
class  VariableExpression
 
class  VariablesIntrospectionCommand
 
class  VariableStatement
 
class  WhileCommand
 

Enumerations

enum class  CommandResult {
  OK , QUIT , RETURN , CONTINUE ,
  BREAK , EXCEPTION , ERROR , EOT
}
 

Enumeration Type Documentation

◆ CommandResult

enum class cli::CommandResult
strong
Enumerator
OK 
QUIT 
RETURN 
CONTINUE 
BREAK 
EXCEPTION 
ERROR 
EOT