|
42393ca6a6
|
Add operator types.
|
2017-07-28 10:26:25 -07:00 |
|
|
2cc4bd14ce
|
Switch all uses of *List, *Map to just List and Map.
|
2017-07-27 18:19:12 -07:00 |
|
|
2ca23fd427
|
Implement correct plugin loading and registration.
|
2017-07-27 14:06:57 -07:00 |
|
|
f931b9f322
|
Move parsing code into TreeBuilder, change lexing and parsing algorithms
|
2017-07-27 13:25:57 -07:00 |
|
|
bc72b4da8a
|
Comment and clean up the Window class.
|
2017-07-26 19:10:55 -07:00 |
|
|
15d7dbd30e
|
Comment and clean up HistoryTableModel code.
|
2017-07-26 19:04:39 -07:00 |
|
|
c4eb70999b
|
Add correct handling of failed reduces to both OpNode and Window.
|
2017-07-26 18:41:21 -07:00 |
|
|
b31c1f9624
|
Change default calculator width.
|
2017-07-26 17:19:43 -07:00 |
|
|
2b7a68e179
|
Rename some variables to more appropriate names.
|
2017-07-26 17:18:40 -07:00 |
|
|
e06feaa581
|
Separate UI into tabbed panes, and change layout of side panel.
|
2017-07-26 17:17:21 -07:00 |
|
|
626a2cb514
|
Temporarily move components into a tabbed pane.
|
2017-07-26 15:35:59 -07:00 |
|
|
a446034a92
|
Add exit on close.
|
2017-07-26 15:23:22 -07:00 |
|
|
78033e93b0
|
Make enter key call evaluate entered expression.
|
2017-07-26 15:22:29 -07:00 |
|
|
95bae3befb
|
Add copy pasting to history.
|
2017-07-26 14:48:43 -07:00 |
|
|
e41c25847b
|
Implement a table as a history tracker.
|
2017-07-26 14:34:19 -07:00 |
|
|
50baf80433
|
Add a new constructor to the UI, and move strings into constants.
|
2017-07-26 13:33:24 -07:00 |
|
|
08999350f4
|
Add more comments.
|
2017-07-26 10:10:37 -07:00 |
|
|
ade4eb1035
|
Make some adjustments to the UI.
|
2017-07-25 22:08:12 -07:00 |
|
|
7e7525cf37
|
Tidy Window class with more explicit variable names and private vars.
|
2017-07-25 21:13:18 -07:00 |
|
|
cc5d487386
|
Delete unused main method.
|
2017-07-25 21:11:11 -07:00 |
|
rileyJones
|
27cf6ce64b
|
Add GUI
|
2017-07-25 14:52:57 -07:00 |
|