|
863be5bcfc
|
Rewrite number reducer in Kotlin.
|
2017-09-06 20:39:38 -07:00 |
|
|
f0e38fed87
|
Add the contexts and delegates for them.
|
2017-09-06 20:36:25 -07:00 |
|
|
6604af5b0f
|
Merge branch 'master' into no-null
|
2017-09-06 15:16:55 -07:00 |
|
|
585cabc478
|
Add the ability for plugins to access variables, and add the operators.
|
2017-09-05 23:00:25 -07:00 |
|
|
28802cfed3
|
Remove the additional methods from the VariableDatabase.
|
2017-09-05 23:00:25 -07:00 |
|
|
428df8bfd3
|
Use the variable database for the number reducer.
|
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 |
|
|
9ddfeb02cf
|
Fix not clearing an important map during reset.
|
2017-09-04 12:51:53 -07:00 |
|
|
1f6aa70230
|
Ensure PromotionManager clears its implementation cache.
|
2017-09-01 18:33:12 -07:00 |
|
|
ce82fd56dd
|
Remove newlines generated by IntelliJ's addition of @Nullable.
|
2017-09-01 18:11:19 -07:00 |
|
|
6a65e66935
|
Format code.
|
2017-09-01 18:07:48 -07:00 |
|
|
e172108476
|
Stop using fromInt and the promoteTo function.
|
2017-09-01 18:07:28 -07:00 |
|
|
2b700d3911
|
Require applicable interfaces to be passed an implementation they use.
|
2017-09-01 17:45:32 -07:00 |
|
|
f7c07ca04d
|
Add promotion manager to Abacus.
|
2017-09-01 17:15:28 -07:00 |
|
|
7a296e4e8b
|
Add the ability to retrieve names of plugin implementations.
|
2017-09-01 17:14:11 -07:00 |
|
|
cbceee4abc
|
Switch number implementation to using Strings.
|
2017-09-01 17:13:45 -07:00 |
|
|
ae0ec0c375
|
Switch add and multiply to two parameters.
|
2017-08-29 18:31:47 -07:00 |
|
|
fbc12ec41c
|
Format newly written code.
|
2017-08-26 12:19:34 -07:00 |
|
|
c2feedee32
|
Register precedences of TreeValue operators.
|
2017-08-25 19:49:37 -07:00 |
|
|
f8eb051583
|
Fix token precedence for variable names / operators.
|
2017-08-25 19:48:56 -07:00 |
|
|
20b2e77ee1
|
Add reduction of TreeValue operators.
|
2017-08-25 19:48:43 -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 |
|
|
73075c57b9
|
Add registering TreeValueOperators.
|
2017-08-25 17:31:47 -07:00 |
|
|
5b1a48c02e
|
Convert Applicable interfaces into Kotlin.
|
2017-08-25 16:07:23 -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 |
|
|
f83f2a7aaa
|
Rename Function to NumberFunction.
|
2017-08-25 14:56:36 -07:00 |
|
|
d04adf4da5
|
Add Applicable to Operator, therby removing the need for Functions in it
|
2017-08-25 14:55:05 -07:00 |
|
|
1f0addccea
|
Add documentation loading for functions.
|
2017-08-25 01:51:14 -07:00 |
|
|
1a47e07e97
|
Add Tree Value Functions to NumberReducer.
|
2017-08-25 01:41:51 -07:00 |
|
|
26305c3bae
|
Add the withReducer variants of the Applier functions.
|
2017-08-25 01:41:32 -07:00 |
|
|
6b9252f902
|
Add parsing of TreeValueFunctions.
|
2017-08-25 01:21:28 -07:00 |
|
|
bc26ad0b88
|
Abstract the call functionality, and add TreeValueFunctionNode.
|
2017-08-25 01:17:52 -07:00 |
|
|
ac19c7b230
|
Change lexer tokenizer to recognize tree value functions.
|
2017-08-25 01:03:12 -07:00 |
|
|
40c80db914
|
Add tree value functions to plugins.
|
2017-08-25 00:59:39 -07:00 |
|
|
00462281fe
|
Add a function that operates on trees.
|
2017-08-25 00:49:16 -07:00 |
|
|
01f80bbb53
|
Abstract some of the Function functionality further.
|
2017-08-25 00:43:36 -07:00 |
|
|
50ede6460c
|
Remove Abacus dependency from ShuntingYardParser.
|
2017-08-18 15:57:48 -07:00 |
|
|
beb583a231
|
Move number string parsing from the parser into the reducer.
|
2017-08-18 14:26:33 -07:00 |
|
|
e0ff229df4
|
Temporarily substitute 0 for variables.
|
2017-08-18 14:21:48 -07:00 |
|
|
1c751353f1
|
Lex and parse variables.
|
2017-08-18 14:21:14 -07:00 |
|
|
21e059c1ca
|
Add a new TokenType for variables.
|
2017-08-18 14:20:37 -07:00 |
|
|
16faceb3cc
|
Add comment to DocumentationType.
|
2017-08-16 15:38:02 -07:00 |
|
|
205d5dbc77
|
Format code.
|
2017-08-14 19:03:52 -07:00 |
|
|
d861444d13
|
Delete old, unused code.
|
2017-08-13 16:49:25 -07:00 |
|
|
8f251d2d13
|
Split the project into separate modules.
|
2017-08-12 21:11:01 -07:00 |
|