|
|
7d822a3e77
|
Move parsing code into TreeBuilder, change lexing and parsing algorithms
|
2017-07-27 13:25:57 -07:00 |
|
|
|
dea25bbc9c
|
Move OperatorAssociativity into the function class.
|
2017-07-27 09:33:01 -07:00 |
|
|
|
0b8d2b0459
|
Remove the caret operator as it is not implemented.
|
2017-07-27 09:23:07 -07:00 |
|
|
|
eef83a04aa
|
Remove unnecessary getType() calls.
|
2017-07-27 09:22:24 -07:00 |
|
|
|
e8d9836431
|
Implement parsing functions.
|
2017-07-26 18:44:17 -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 |
|
|
|
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 |
|
|
|
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 |
|