1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-26 12:46:23 -07:00
Abacus/src/org/nwapw/abacus/tree
Danila Fedorin 8754871556 Make some operator-related fields protected in TreeNode.
This should allow for the implementation of toString in child nodes.
2017-07-26 17:26:42 -07:00
..
NumberNode.java Implement the ability to reduce a tree to a single variable of a type. 2017-07-26 10:58:27 -07:00
NumberReducer.java Add a new constructor to the UI, and move strings into constants. 2017-07-26 13:33:24 -07:00
OperatorAssociativity.java Add more comments. 2017-07-26 10:10:37 -07:00
OpNode.java Implement the ability to reduce a tree to a single variable of a type. 2017-07-26 10:58:27 -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 more comments. 2017-07-26 10:10:37 -07:00
TreeNode.java Make some operator-related fields protected in TreeNode. 2017-07-26 17:26:42 -07:00