|
67d240b8f6
|
Remove the unused variable database class.
|
2017-09-10 17:57:43 -07:00 |
|
|
059226a4d4
|
Rename the context class.
|
2017-09-06 22:54:21 -07:00 |
|
|
ef1890f24d
|
Switch Abacus to returning an EvaluationResult with the context.
|
2017-09-06 22:22:15 -07:00 |
|
|
924849bd8b
|
Make reloads go through the Abacus core.
|
2017-09-06 22:03:54 -07:00 |
|
|
91986112a1
|
Switch all applicables to use the Context.
|
2017-09-06 21:43:07 -07:00 |
|
|
58fea9c52b
|
Move the files into the correct source directory.
|
2017-09-06 20:48:43 -07:00 |
|
|
863be5bcfc
|
Rewrite number reducer in Kotlin.
|
2017-09-06 20:39:38 -07:00 |
|
|
6604af5b0f
|
Merge branch 'master' into no-null
|
2017-09-06 15:16:55 -07:00 |
|
|
28802cfed3
|
Remove the additional methods from the VariableDatabase.
|
2017-09-05 23:00:25 -07:00 |
|
|
146f3994ef
|
Add the variable database.
|
2017-09-05 23:00:25 -07:00 |
|
|
daffdb6b42
|
Move Abacus core into Kotlin.
|
2017-09-05 23:00:25 -07:00 |
|
|
178f59ef7b
|
Move the exception to the correct package.
|
2017-09-04 12:55:49 -07:00 |
|
|
9c77fa8aeb
|
Add a DomainException that avoids using null in functions.
|
2017-09-04 12:55:49 -07:00 |
|
|
1f6aa70230
|
Ensure PromotionManager clears its implementation cache.
|
2017-09-01 18:33:12 -07:00 |
|
|
e62722ce2f
|
Add comments.
|
2017-09-01 18:32:41 -07:00 |
|
|
2b700d3911
|
Require applicable interfaces to be passed an implementation they use.
|
2017-09-01 17:45:32 -07:00 |
|
|
ecb5139e70
|
Add a promotion manager to handle promotion.
|
2017-09-01 17:15:14 -07:00 |
|
|
453cd0ea77
|
Add type aliases for Kotlin and a simple extension function.
|
2017-09-01 17:14:54 -07:00 |
|
|
fbc12ec41c
|
Format newly written code.
|
2017-08-26 12:19:34 -07:00 |
|
|
385a64eace
|
Make ReducerApplicable an independent interface.
|
2017-08-26 11:52:02 -07:00 |
|
|
b98b08b872
|
Make sure TreeValueOperator extends Operator.
|
2017-08-25 19:49:15 -07:00 |
|
|
bfc1ed5819
|
Fix incorrect template argument.
|
2017-08-25 18:47:49 -07:00 |
|
|
9d52d55e68
|
Add TreeValue operator nodes, and parsing for them.
|
2017-08-25 18:42:41 -07:00 |
|
|
07d7343339
|
Abstract some Binary and Unary node logic.
|
2017-08-25 17:46:25 -07:00 |
|
|
5b1a48c02e
|
Convert Applicable interfaces into Kotlin.
|
2017-08-25 16:07:23 -07:00 |
|
|
ca2681cc21
|
Add a TreeValueOperator.
|
2017-08-25 15:49:35 -07:00 |
|
|
8a3c614602
|
Make applicable into an interface.
|
2017-08-25 15:49:26 -07:00 |
|
|
da1c78945e
|
Move the code for applicables that require a Reducer.
|
2017-08-25 15:29:37 -07:00 |
|
|
225a926f86
|
Move NumberFunction into Kotlin.
|
2017-08-25 14:59:41 -07:00 |
|
|
d04adf4da5
|
Add Applicable to Operator, therby removing the need for Functions in it
|
2017-08-25 14:55:05 -07:00 |
|
|
bc26ad0b88
|
Abstract the call functionality, and add TreeValueFunctionNode.
|
2017-08-25 01:17:52 -07:00 |
|
|
c5cd0f81ad
|
Remove data modifier from tree classes.
|
2017-08-25 01:07:59 -07:00 |
|
|
beb583a231
|
Move number string parsing from the parser into the reducer.
|
2017-08-18 14:26:33 -07:00 |
|
|
0a15043b63
|
Implement a variable TreeNode.
|
2017-08-18 14:20:49 -07:00 |
|
|
205d5dbc77
|
Format code.
|
2017-08-14 19:03:52 -07:00 |
|
|
eac2a9ed6b
|
Move the JavaFX files written in Kotlin to the FX module.
|
2017-08-13 01:51:53 -07:00 |
|
|
8f251d2d13
|
Split the project into separate modules.
|
2017-08-12 21:11:01 -07:00 |
|