Commit Graph

579 Commits

Author SHA1 Message Date
Danila Fedorin 15394b7ea0
Merge pull request #56 from DanilaFe/version-update
Bump Gradle, Kotlin, and toml4j versions.
2018-05-18 15:25:16 -07:00
Danila Fedorin cc2da711e7 Bump Gradle, Kotlin, and toml4j versions.
Apparently, Gradle was incompatible with Java 10, and neither was
toml4j.
2018-05-18 15:19:53 -07:00
Danila Fedorin ef39bcbaa2
Merge pull request #55 from DanilaFe/unary-minus-fix
Fix bug causing incorrect parsing of inputs with negative signs.
2018-01-30 21:12:29 -08:00
Danila Fedorin ac17246317 Fix bug causing incorrect parsing of inputs with negative signs. 2018-01-30 21:10:02 -08:00
Danila Fedorin 18e0bdebc5
Merge pull request #54 from DanilaFe/precedence-fix
Make sure the set and define operators have the lowest precedence.
2018-01-16 00:16:46 -08:00
Danila Fedorin 251d0fc2c5 Make sure the set and define operators have the lowest precedence. 2018-01-16 00:14:46 -08:00
Danila Fedorin 93c1c53612
Merge pull request #53 from DanilaFe/definitions-bugfix
Load definitions after Abacus finishes loading.
2017-11-23 23:02:25 -08:00
Danila Fedorin 0b6798e28d Load definitions after Abacus finishes loading. 2017-11-23 23:00:33 -08:00
Danila Fedorin 4188c83a66
Merge pull request #52 from DanilaFe/definition-files
Allow loading definition files.
2017-11-23 21:56:17 -08:00
Danila Fedorin af988a34d1
Merge branch 'master' into definition-files 2017-11-23 21:45:41 -08:00
Danila Fedorin 751fd97fcb
Merge pull request #51 from DanilaFe/context-adjustments
Add an additional, restricted type of context for use only by plugins.
2017-11-23 21:43:37 -08:00
Danila Fedorin 899e0e65a5 Make definition file addition / removal trigger the change flag. 2017-11-23 21:11:03 -08:00
Danila Fedorin b4b64ac963 Make UI adjustments. 2017-11-23 21:09:23 -08:00
Danila Fedorin 50cc51d089 Load definition files. 2017-11-23 20:45:24 -08:00
Danila Fedorin 8f682e96af Add UI to add definition files. 2017-11-23 20:15:39 -08:00
Danila Fedorin 9bdf188ca7 Add loading of files to the core, but not the UI. 2017-11-23 19:52:18 -08:00
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 095d374949
Merge pull request #47 from DanilaFe/plugin-conversions
Move all the number reducer functionality into the context.
2017-11-14 23:22:01 -08:00
Danila Fedorin 981211ccfa
Merge branch 'master' into plugin-conversions 2017-11-14 23:18:18 -08:00
Danila Fedorin d91536e746
Merge pull request #48 from DanilaFe/documentation-fix
Fix crash when a TreeValueFunction doesn't have documentation loaded.
2017-11-14 23:18:09 -08:00
Danila Fedorin 7c252fddf1
Merge branch 'master' into plugin-conversions 2017-11-14 23:13:51 -08:00
Danila Fedorin 0d26167f31
Merge branch 'master' into documentation-fix 2017-11-14 23:13:44 -08:00
Danila Fedorin 07abe4d17a
Merge pull request #46 from DanilaFe/isint-idiom
Add and use isInteger function where appropriate.
2017-11-14 23:13:10 -08:00
Danila Fedorin 8ef0904d26 Fix crash when a TreeValueFunction doesn't have documentation loaded. 2017-11-14 23:08:04 -08:00
Danila Fedorin 92489551ca Move all the number reducer functionality into the context. 2017-11-14 23:03:12 -08:00
Danila Fedorin 2a9026f748 Add and use isInteger function where appropriate. 2017-11-03 21:41:46 -07:00
Danila Fedorin 08e5b69c04 Merge pull request #43 from DanilaFe/java8-subset
Replace some recent android API features with backwards compatible ones.
2017-09-24 13:04:23 -07:00
Danila Fedorin 6a0b667c32 Replace some recent android API features with backwards compatible ones. 2017-09-24 12:58:33 -07:00
Danila Fedorin 5a1fdfe4bc Merge pull request #42 from DanilaFe/java8-subset
Restrict Abacus core to a Java8 subset
2017-09-24 00:38:54 -07:00
Danila Fedorin 378ff946d9 Add a Transformation class that replaces java.util.function use 2017-09-24 00:29:43 -07:00
Danila Fedorin 0511c58b13 Remove the Pattern's dependency on java.util.function 2017-09-24 00:12:25 -07:00
Danila Fedorin e82a13cde5 Move ClassFinder to the fx module, which is the only place it's used. 2017-09-24 00:01:43 -07:00
Danila Fedorin 40362a7afe Merge pull request #40 from DanilaFe/move-files
More around files into more applicable packages.
2017-09-23 23:46:02 -07:00
Danila Fedorin c990d4c50a More around files into more applicable packages. 2017-09-23 23:43:08 -07:00
Danila Fedorin d7bb838866 Merge pull request #39 from DanilaFe/more-kotlin
Switch more code to Kotlin
2017-09-23 23:03:23 -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 b4214f5714 Rewrite the parsing interfaces in Kotlin. 2017-09-23 17:14:55 -07:00
Danila Fedorin bd02749706 Move all the operators into a separate subpackage. 2017-09-23 17:13:56 -07:00
Danila Fedorin f809183126 Move some more operators out of StandardPlugin.java to separate classes 2017-09-23 17:11:44 -07:00
Danila Fedorin 579ff78a99 Move two more operators into separate classes. 2017-09-23 16:19:45 -07:00
Danila Fedorin 81d0999c11 Switch the basic operators into individual classes. 2017-09-23 15:54:28 -07:00
Danila Fedorin 4fd8f7badf Add operator overloading. 2017-09-23 15:54:28 -07:00
Danila Fedorin bc475a22f9 Rewrite NumberInterface in Kotlin. 2017-09-23 15:54:28 -07:00
Danila Fedorin e0ccb67ad3 Merge pull request #37 from DanilaFe/more-exceptions
Replace some more cases where null is used with Exceptions.
2017-09-23 15:53:37 -07:00
Danila Fedorin ea4588be44 Add more descriptive message to context exceptions. 2017-09-23 15:43:07 -07:00
Danila Fedorin 31996219ad Switch the Lexer and TreeBuilder to using exceptions. 2017-09-23 15:31:35 -07:00
Danila Fedorin a3bfc34c1c Throw parse exceptions instead of returning null. 2017-09-22 16:35:08 -07:00
Danila Fedorin 8dc7acd4b3 Add a separate class of exceptions for NumberReducer. 2017-09-22 11:58:19 -07:00
Danila Fedorin 76fcd8ec1c Remove unused elvis. 2017-09-21 23:17:45 -07:00
Danila Fedorin fbdf2c7e52 Eliminate warnings related to null returns that have been removed. 2017-09-21 23:09:13 -07:00