Abacus/src/org/nwapw/abacus/tree
Danila Fedorin 556a72f946 Change the constructor for NumberNode 2017-07-28 14:47:34 -07:00
..
BinaryInfixNode.java Rename OpNode to BinaryInfixNode. 2017-07-28 11:15:36 -07:00
FunctionNode.java Switch all uses of *List, *Map to just List and Map. 2017-07-27 18:19:12 -07:00
NumberNode.java Change the constructor for NumberNode 2017-07-28 14:47:34 -07:00
NumberReducer.java Rename OpNode to BinaryInfixNode. 2017-07-28 11:15:36 -07:00
Reducer.java Implement the ability to reduce a tree to a single variable of a type. 2017-07-26 10:58:27 -07:00
TokenType.java Add ignoring whitespace and fix function precedence. 2017-07-27 16:36:13 -07:00
TreeBuilder.java Change the constructor for NumberNode 2017-07-28 14:47:34 -07:00
TreeNode.java Implement correct plugin loading and registration. 2017-07-27 14:06:57 -07:00
UnaryPrefixNode.java Implement unary operators. 2017-07-28 11:14:45 -07:00