|
d54ec9e8fa
|
Implement reducing functions.
|
2017-07-26 18:44:30 -07:00 |
|
|
e8d9836431
|
Implement parsing functions.
|
2017-07-26 18:44:17 -07:00 |
|
|
12e34230ec
|
Add correct handling of failed reduces to both OpNode and Window.
|
2017-07-26 18:41:21 -07:00 |
|
|
c88a0cbdc5
|
Implement toString in child nodes of TreeNode.
|
2017-07-26 17:26:55 -07:00 |
|
|
51ca0a9ae2
|
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 |
|
|
53b9b56039
|
Add a new constructor to the UI, and move strings into constants.
|
2017-07-26 13:33:24 -07:00 |
|
|
9ce35aad54
|
Correctly handle invalid strings.
|
2017-07-26 13:25:12 -07:00 |
|
|
7c4ecdc1db
|
Remove unnecessary pattern.
|
2017-07-26 13:25:01 -07:00 |
|
|
76705ed92b
|
Implement the ability to reduce a tree to a single variable of a type.
|
2017-07-26 10:58:27 -07:00 |
|
|
7ba6f8a353
|
Add more comments.
|
2017-07-26 10:10:37 -07:00 |
|
|
dd8d62608c
|
Merge tree construction feature into master.
|
2017-07-25 14:28:12 -07:00 |
|
|
e4e9e2ce21
|
Implement parsing a postfix expression into a tree.
|
2017-07-25 14:21:00 -07:00 |
|
|
3684673362
|
Implement Shunting Yard.
|
2017-07-25 13:53:38 -07:00 |
|
|
1dcd6beb1c
|
Implement two enums for conversion between strings and tokens.
|
2017-07-25 11:08:03 -07:00 |
|