1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-22 08:27:12 -07:00
Commit Graph

18 Commits

Author SHA1 Message Date
0c1f550955 Remove data modifier from tree classes. 2017-08-25 01:07:59 -07:00
9f1b4a4962 Change lexer tokenizer to recognize tree value functions. 2017-08-25 01:03:12 -07:00
9cdc18d790 Add tree value functions to plugins. 2017-08-25 00:59:39 -07:00
a083cdfbaa Add a function that operates on trees. 2017-08-25 00:49:16 -07:00
f96f809abf Abstract some of the Function functionality further. 2017-08-25 00:43:36 -07:00
8f1d2139c7 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
ab6565c780 Remove Abacus dependency from ShuntingYardParser. 2017-08-18 15:57:48 -07:00
b4d2dc0322 Move number string parsing from the parser into the reducer. 2017-08-18 14:26:33 -07:00
3f6f64c6a8 Temporarily substitute 0 for variables. 2017-08-18 14:21:48 -07:00
e61e23e80c Lex and parse variables. 2017-08-18 14:21:14 -07:00
110dd0e017 Implement a variable TreeNode. 2017-08-18 14:20:49 -07:00
a55764be54 Add a new TokenType for variables. 2017-08-18 14:20:37 -07:00
c3ab38b1e0 Add comment to DocumentationType. 2017-08-16 15:38:02 -07:00
245a468293 Format code. 2017-08-14 19:03:52 -07:00
57439b938d Delete old, unused code. 2017-08-13 16:49:25 -07:00
84691a238e Move the JavaFX files written in Kotlin to the FX module. 2017-08-13 01:51:53 -07:00
745142e687 Reduce Kotlin version to 1.7 2017-08-13 01:08:19 -07:00
861bdf372d Split the project into separate modules. 2017-08-12 21:11:01 -07:00