Commit Graph

579 Commits

Author SHA1 Message Date
Danila Fedorin f0e38fed87 Add the contexts and delegates for them. 2017-09-06 20:36:25 -07:00
Danila Fedorin fd246f935c Merge pull request #12 from DanilaFe/no-null
Remove the use of null in Applicable calls.
2017-09-06 15:18:59 -07:00
Danila Fedorin 6604af5b0f Merge branch 'master' into no-null 2017-09-06 15:16:55 -07:00
Danila Fedorin d49a763e8f Merge pull request #11 from DanilaFe/tree-value-variables
Add variables implemented via Tree Value Operators.
2017-09-06 15:11:06 -07:00
Danila Fedorin 48a4d8adc2 Merge branch 'master' into tree-value-variables 2017-09-06 15:07:45 -07:00
Danila Fedorin 5417b45106 Merge pull request #9 from DanilaFe/promotion-system
Implement a basic promotion system.
2017-09-06 15:05:22 -07:00
Danila Fedorin 585cabc478 Add the ability for plugins to access variables, and add the operators. 2017-09-05 23:00:25 -07:00
Danila Fedorin 28802cfed3 Remove the additional methods from the VariableDatabase. 2017-09-05 23:00:25 -07:00
Danila Fedorin 428df8bfd3 Use the variable database for the number reducer. 2017-09-05 23:00:25 -07:00
Danila Fedorin 146f3994ef Add the variable database. 2017-09-05 23:00:25 -07:00
Danila Fedorin daffdb6b42 Move Abacus core into Kotlin. 2017-09-05 23:00:25 -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 9c77fa8aeb Add a DomainException that avoids using null in functions. 2017-09-04 12:55:49 -07:00
Danila Fedorin 9ddfeb02cf Fix not clearing an important map during reset. 2017-09-04 12:51:53 -07:00
Danila Fedorin bc4a26aafb Fix weird alignment. 2017-09-01 18:43:07 -07:00
Danila Fedorin 1f6aa70230 Ensure PromotionManager clears its implementation cache. 2017-09-01 18:33:12 -07:00
Danila Fedorin e62722ce2f Add comments. 2017-09-01 18:32:41 -07:00
Danila Fedorin ce82fd56dd Remove newlines generated by IntelliJ's addition of @Nullable. 2017-09-01 18:11:19 -07:00
Danila Fedorin 6a65e66935 Format code. 2017-09-01 18:07:48 -07:00
Danila Fedorin e172108476 Stop using fromInt and the promoteTo function. 2017-09-01 18:07:28 -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 f7c07ca04d Add promotion manager to Abacus. 2017-09-01 17:15:28 -07:00
Danila Fedorin ecb5139e70 Add a promotion manager to handle promotion. 2017-09-01 17:15:14 -07:00
Danila Fedorin 453cd0ea77 Add type aliases for Kotlin and a simple extension function. 2017-09-01 17:14:54 -07:00
Danila Fedorin 7a296e4e8b Add the ability to retrieve names of plugin implementations. 2017-09-01 17:14:11 -07:00
Danila Fedorin cbceee4abc Switch number implementation to using Strings. 2017-09-01 17:13:45 -07:00
Danila Fedorin 8ea34b8f6e Merge pull request #8 from DanilaFe/new_image
Add a Logo.
Sorry Arthur, there's literally no reason to wait for approval on this one.
2017-08-30 20:04:12 -07:00
Danila Fedorin 672252ef41 Merge branch 'master' into new_image 2017-08-30 15:35:35 -07:00
Danila Fedorin 824f391fc7 Add the logo to GitHub pages. 2017-08-30 15:31:25 -07:00
Danila Fedorin 63a160659a Merge pull request #7 from DanilaFe/tree-operators
Implement tree operators and functions.
2017-08-30 15:14:41 -07:00
Danila Fedorin 879d09e5b8 Add a logo. 2017-08-30 15:14:08 -07:00
Danila Fedorin ae0ec0c375 Switch add and multiply to two parameters. 2017-08-29 18:31:47 -07:00
Danila Fedorin 337a38a07d Merge branch 'master' into tree-operators 2017-08-29 18:17:58 -07:00
Danila Fedorin fbfc68ebfe Merge pull request #6 from DanilaFe/fxml-fix
Move the FXML file for the fx project into the correct location.
2017-08-29 18:17:32 -07:00
Danila Fedorin 01e7a03444 Merge branch 'master' into fxml-fix 2017-08-29 18:14:09 -07:00
Danila Fedorin 0cb180284a Merge pull request #4 from DanilaFe/variable-parsing
Add variables into the parser.
2017-08-29 18:13:35 -07:00
Danila Fedorin 192269ea9a Merge branch 'master' into variable-parsing 2017-08-29 18:11:30 -07:00
Danila Fedorin f134e5aa04 Merge pull request #5 from DanilaFe/dokka-setup
Add dokka plugin to generate documentation.
2017-08-29 18:09:36 -07:00
Danila Fedorin e3c37cf10a Bring tests up to date. 2017-08-28 12:59:16 -07:00
Danila Fedorin 823c788148 Move the FXML file for the fx project into the correct location. 2017-08-27 15:49:01 -07:00
Danila Fedorin ece9f1ae04 Add dokka plugin to generate documentation. 2017-08-27 15:47:32 -07:00
Danila Fedorin fbc12ec41c Format newly written code. 2017-08-26 12:19:34 -07:00
Danila Fedorin 385a64eace Make ReducerApplicable an independent interface. 2017-08-26 11:52:02 -07:00
Danila Fedorin c2feedee32 Register precedences of TreeValue operators. 2017-08-25 19:49:37 -07:00
Danila Fedorin b98b08b872 Make sure TreeValueOperator extends Operator. 2017-08-25 19:49:15 -07:00
Danila Fedorin f8eb051583 Fix token precedence for variable names / operators. 2017-08-25 19:48:56 -07:00
Danila Fedorin 20b2e77ee1 Add reduction of TreeValue operators. 2017-08-25 19:48:43 -07:00
Danila Fedorin bfc1ed5819 Fix incorrect template argument. 2017-08-25 18:47:49 -07:00
Danila Fedorin 9d52d55e68 Add TreeValue operator nodes, and parsing for them. 2017-08-25 18:42:41 -07:00