Commit Graph

514 Commits

Author SHA1 Message Date
Danila Fedorin ac19c7b230 Change lexer tokenizer to recognize tree value functions. 2017-08-25 01:03:12 -07:00
Danila Fedorin 40c80db914 Add tree value functions to plugins. 2017-08-25 00:59:39 -07:00
Danila Fedorin 00462281fe Add a function that operates on trees. 2017-08-25 00:49:16 -07:00
Danila Fedorin 01f80bbb53 Abstract some of the Function functionality further. 2017-08-25 00:43:36 -07:00
Danila Fedorin 553c7354c1 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
Danila Fedorin 50ede6460c Remove Abacus dependency from ShuntingYardParser. 2017-08-18 15:57:48 -07:00
Danila Fedorin beb583a231 Move number string parsing from the parser into the reducer. 2017-08-18 14:26:33 -07:00
Danila Fedorin e0ff229df4 Temporarily substitute 0 for variables. 2017-08-18 14:21:48 -07:00
Danila Fedorin 1c751353f1 Lex and parse variables. 2017-08-18 14:21:14 -07:00
Danila Fedorin 0a15043b63 Implement a variable TreeNode. 2017-08-18 14:20:49 -07:00
Danila Fedorin 21e059c1ca Add a new TokenType for variables. 2017-08-18 14:20:37 -07:00
Danila Fedorin 16faceb3cc Add comment to DocumentationType. 2017-08-16 15:38:02 -07:00
Danila Fedorin 251da90d57 Fix problems with scaling on mobile phones. 2017-08-15 01:24:48 -07:00
Danila Fedorin a7536b198f Add a proper About page. 2017-08-15 01:02:16 -07:00
Danila Fedorin 66bda5db39 Add the download page. 2017-08-15 00:40:28 -07:00
Danila Fedorin 2425adaea5 Remove the rounded borders. 2017-08-15 00:40:21 -07:00
Danila Fedorin f5d913d527 Change download to link to the Download page. 2017-08-15 00:40:05 -07:00
Danila Fedorin beae822d76 Move button styling into scss. 2017-08-15 00:31:47 -07:00
Danila Fedorin bcd3e3b68a Add a home layout. 2017-08-15 00:14:20 -07:00
Danila Fedorin 8b42acfbb1 Change the code font. 2017-08-14 23:42:17 -07:00
Danila Fedorin 952eeac704 Add some style to code. 2017-08-14 22:58:32 -07:00
Danila Fedorin b57f24854e Add the page layout for pages like About. 2017-08-14 22:58:27 -07:00
Danila Fedorin 6758771c45 Add support for navbar links. 2017-08-14 22:46:39 -07:00
Danila Fedorin 415a05288a Use the center class for centering the content. 2017-08-14 22:36:46 -07:00
Danila Fedorin 334439e075 Add a header. 2017-08-14 22:36:36 -07:00
Danila Fedorin 852776566d Add some basic CSS styling. 2017-08-14 22:36:26 -07:00
Danila Fedorin 07020de1f9 Add the CSS file and link to it from head. 2017-08-14 21:40:37 -07:00
Danila Fedorin 06c2397a09 Use the minima head.html include. 2017-08-14 21:28:28 -07:00
Danila Fedorin 69fe28d5e4 Modify 404 to use the base layout. 2017-08-14 21:22:55 -07:00
Danila Fedorin 367c282497 Start the base page layout. 2017-08-14 21:22:43 -07:00
Danila Fedorin 2876eda2ca Add a new head include. 2017-08-14 21:22:34 -07:00
Danila Fedorin 4ec8c7a535 Remove default theme altogether. 2017-08-14 21:16:35 -07:00
Danila Fedorin 5167946fe2 Overwrite the default header and footer. Temporarily blank. 2017-08-14 21:13:33 -07:00
Danila Fedorin 418e896108 Create the about page. 2017-08-14 21:12:41 -07:00
Danila Fedorin d3012b9624 Delete the about me page, and add a folder for pages. 2017-08-14 21:11:16 -07:00
Danila Fedorin bf7881faab Remove the default post. 2017-08-14 19:42:14 -07:00
Danila Fedorin b75e92838d Configure the default site. 2017-08-14 19:42:06 -07:00
Danila Fedorin 620f087e38 Create basic Jekyll template. 2017-08-14 19:21:17 -07:00
Danila Fedorin 205d5dbc77 Format code. 2017-08-14 19:03:52 -07:00
Danila Fedorin d861444d13 Delete old, unused code. 2017-08-13 16:49:25 -07:00
Danila Fedorin eac2a9ed6b Move the JavaFX files written in Kotlin to the FX module. 2017-08-13 01:51:53 -07:00
Danila Fedorin 31c61fdf95 Reduce Kotlin version to 1.7 2017-08-13 01:08:19 -07:00
Danila Fedorin 8f251d2d13 Split the project into separate modules. 2017-08-12 21:11:01 -07:00
Danila Fedorin 99ffd51a43 Merge remote-tracking branch 'origin/inv-trig-doc' 2017-08-11 22:25:45 -07:00
Danila Fedorin 00c51c62fd Merge branch 'inv-trig'
# Conflicts:
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-11 22:13:20 -07:00
Danila Fedorin 400ed6e70a Merge branch 'master' of github.com:DanilaFe/abacus 2017-08-11 22:10:42 -07:00
Arthur Drobot 5902ba8c5c Inverse trig documentation. 2017-08-11 21:07:34 -07:00
Arthur Drobot efdc4af31b Add examples to documentation of trig functions. 2017-08-11 20:32:39 -07:00
Danila Fedorin 2e0b1201a3 Merge branch 'inv-trig'
# Conflicts:
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-11 12:29:12 -07:00
Arthur Drobot d94edaa33f Modify sqrt comment. 2017-08-11 01:23:01 -07:00