|
877f69e96a
|
Add TreeValue operator nodes, and parsing for them.
|
2017-08-25 18:42:41 -07:00 |
|
|
e3e87701e3
|
Abstract some Binary and Unary node logic.
|
2017-08-25 17:46:25 -07:00 |
|
|
9a2b9e6ddb
|
Add registering TreeValueOperators.
|
2017-08-25 17:31:47 -07:00 |
|
|
fba9832ee9
|
Convert Applicable interfaces into Kotlin.
|
2017-08-25 16:07:23 -07:00 |
|
|
efd283aaf1
|
Add a TreeValueOperator.
|
2017-08-25 15:49:35 -07:00 |
|
|
eb340d341b
|
Make applicable into an interface.
|
2017-08-25 15:49:26 -07:00 |
|
|
d17ffddcc9
|
Move the code for applicables that require a Reducer.
|
2017-08-25 15:29:37 -07:00 |
|
|
7fdd98a4f3
|
Move NumberFunction into Kotlin.
|
2017-08-25 14:59:41 -07:00 |
|
|
3747defbf3
|
Rename Function to NumberFunction.
|
2017-08-25 14:56:36 -07:00 |
|
|
71a2df5f38
|
Add Applicable to Operator, therby removing the need for Functions in it
|
2017-08-25 14:55:05 -07:00 |
|
|
cdfcc534c5
|
Add documentation loading for functions.
|
2017-08-25 01:51:14 -07:00 |
|
|
5b5ca6bcf0
|
Add Tree Value Functions to NumberReducer.
|
2017-08-25 01:41:51 -07:00 |
|
|
a38a00d373
|
Add the withReducer variants of the Applier functions.
|
2017-08-25 01:41:32 -07:00 |
|
|
2e7b813bd2
|
Add parsing of TreeValueFunctions.
|
2017-08-25 01:21:28 -07:00 |
|
|
f20ef4aa69
|
Abstract the call functionality, and add TreeValueFunctionNode.
|
2017-08-25 01:17:52 -07:00 |
|
|
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 |
|
|
b44b5d2531
|
Fix problems with scaling on mobile phones.
|
2017-08-15 01:24:48 -07:00 |
|
|
8711143145
|
Add a proper About page.
|
2017-08-15 01:02:16 -07:00 |
|
|
2b41078d52
|
Add the download page.
|
2017-08-15 00:40:28 -07:00 |
|
|
36a6bee9b5
|
Remove the rounded borders.
|
2017-08-15 00:40:21 -07:00 |
|
|
3c203be7af
|
Change download to link to the Download page.
|
2017-08-15 00:40:05 -07:00 |
|
|
aedb446a64
|
Move button styling into scss.
|
2017-08-15 00:31:47 -07:00 |
|
|
3332c7ce1b
|
Add a home layout.
|
2017-08-15 00:14:20 -07:00 |
|
|
ba38e112c8
|
Change the code font.
|
2017-08-14 23:42:17 -07:00 |
|
|
813c6529d8
|
Add some style to code.
|
2017-08-14 22:58:32 -07:00 |
|
|
8940ae94de
|
Add the page layout for pages like About.
|
2017-08-14 22:58:27 -07:00 |
|
|
174029a3b4
|
Add support for navbar links.
|
2017-08-14 22:46:39 -07:00 |
|
|
ad3628ce43
|
Use the center class for centering the content.
|
2017-08-14 22:36:46 -07:00 |
|
|
bad0b1e87a
|
Add a header.
|
2017-08-14 22:36:36 -07:00 |
|
|
cd8624c69d
|
Add some basic CSS styling.
|
2017-08-14 22:36:26 -07:00 |
|
|
2ef95dc7cb
|
Add the CSS file and link to it from head.
|
2017-08-14 21:40:37 -07:00 |
|
|
f2e434fcab
|
Use the minima head.html include.
|
2017-08-14 21:28:28 -07:00 |
|
|
cf129b9ba7
|
Modify 404 to use the base layout.
|
2017-08-14 21:22:55 -07:00 |
|
|
ceb039f290
|
Start the base page layout.
|
2017-08-14 21:22:43 -07:00 |
|
|
082f92c924
|
Add a new head include.
|
2017-08-14 21:22:34 -07:00 |
|
|
0263c96b96
|
Remove default theme altogether.
|
2017-08-14 21:16:35 -07:00 |
|
|
83fd849e19
|
Overwrite the default header and footer. Temporarily blank.
|
2017-08-14 21:13:33 -07:00 |
|
|
5e6d19cf12
|
Create the about page.
|
2017-08-14 21:12:41 -07:00 |
|