tcalc 0.2.0
 
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  include
  tcalc
  ast
 binaryop.hppBinary operation node
 control_flow.hppControl flow nodes
 function.hppFunction node
 node.hppBase class for AST nodes
 number.hppNumber AST node
 program.hppProgram node
 unaryop.hppUnary operation node
 variable.hppVariable node
  visitor
 base.hppBase visitor class
 eval.hppVisitor for evaluating AST
 print.hppVisitor for printing AST
 builtins.hppBuilt-in functions and variables
 common.hppTcalc common header
 error.hppTcalc error definition
 eval.hppEvaluator for tcalc
 parser.hppAST parser
 priority.hppOperator priority table
 token.hppInput token definition
 tokenizer.hppTokenize the input string into tokens
  tcalc_gui
 application.hppTcalc GUI Application
 calculator.hppCalculator widget
 key.hppTcalc key button
 keyboard.hppTcalc GUI keyboard