Commit Graph

24 Commits

Author SHA1 Message Date
Danila Fedorin 9fdb3fc0d9 Add an additional, restricted type of context for use only by plugins. 2017-11-23 13:29:06 -08:00
Danila Fedorin 92489551ca Move all the number reducer functionality into the context. 2017-11-14 23:03:12 -08:00
Danila Fedorin 378ff946d9 Add a Transformation class that replaces java.util.function use 2017-09-24 00:29:43 -07:00
Danila Fedorin c990d4c50a More around files into more applicable packages. 2017-09-23 23:43:08 -07:00
Danila Fedorin e05b2ac8d5 Move the StandardPlugin into a "standard" package along with the ops. 2017-09-23 22:16:44 -07:00
Danila Fedorin 31996219ad Switch the Lexer and TreeBuilder to using exceptions. 2017-09-23 15:31:35 -07:00
Danila Fedorin fd3f56aa8f Write some tests for the Ranges. 2017-09-20 15:23:17 -07:00
Danila Fedorin 45de25cd50 Move exceptions to their own package and subclass one class. 2017-09-11 19:32:57 -07:00
Danila Fedorin 1667edc72b Merge branch 'master' into context 2017-09-11 19:14:07 -07:00
Danila Fedorin 21b7bd5e2b Move TOML code out of the configuration in core, and into fx. 2017-09-11 18:06:40 -07:00
Danila Fedorin 059226a4d4 Rename the context class. 2017-09-06 22:54:21 -07:00
Danila Fedorin ef1890f24d Switch Abacus to returning an EvaluationResult with the context. 2017-09-06 22:22:15 -07:00
Danila Fedorin 924849bd8b Make reloads go through the Abacus core. 2017-09-06 22:03:54 -07:00
Danila Fedorin 91986112a1 Switch all applicables to use the Context. 2017-09-06 21:43:07 -07:00
Danila Fedorin 178f59ef7b Move the exception to the correct package. 2017-09-04 12:55:49 -07:00
Danila Fedorin 61616a428a Fix tests that expected null from functions. 2017-09-04 12:55:49 -07:00
Danila Fedorin bc4a26aafb Fix weird alignment. 2017-09-01 18:43:07 -07:00
Danila Fedorin 2b700d3911 Require applicable interfaces to be passed an implementation they use. 2017-09-01 17:45:32 -07:00
Danila Fedorin e3c37cf10a Bring tests up to date. 2017-08-28 12:59:16 -07:00
Danila Fedorin f83f2a7aaa Rename Function to NumberFunction. 2017-08-25 14:56:36 -07:00
Danila Fedorin d04adf4da5 Add Applicable to Operator, therby removing the need for Functions in it 2017-08-25 14:55:05 -07:00
Danila Fedorin 553c7354c1 Account for the new string-only node structure.
The output has to be the same as the user-provided input, as the
tree isn't converted to numbers until evaluation.
2017-08-18 16:31:54 -07:00
Danila Fedorin 205d5dbc77 Format code. 2017-08-14 19:03:52 -07:00
Danila Fedorin 8f251d2d13 Split the project into separate modules. 2017-08-12 21:11:01 -07:00