Danila Fedorin DanilaFe
DanilaFe pushed to master at Everything-I-Know…/logict 2023-03-12 02:54:28 +00:00
95c83a1ec0 Export SFKT constructor
DanilaFe pushed to master at Web-Projects/blog-static 2023-03-11 22:57:19 +00:00
e0d7332dea Update theme
DanilaFe pushed to master at Web-Projects/vanilla-hugo 2023-03-11 22:56:55 +00:00
5202c57e2b Fix highlighted code lines in dark mode
DanilaFe pushed to master at Web-Projects/blog-static 2023-03-11 22:08:52 +00:00
d6b8eb8548 Update theme with CSS variable fallbacks
DanilaFe pushed to master at Web-Projects/vanilla-hugo 2023-03-11 22:08:13 +00:00
0bd55bc58a Add fallbacks to CSS variables for older browsers
DanilaFe pushed to master at Web-Projects/blog-static 2023-03-11 20:16:27 +00:00
2964b6c6fa Tweak some wording in the variables article
a0cd1074e1 Update the theme with dark mode support
Compare 2 commits »
DanilaFe pushed to master at Web-Projects/vanilla-hugo 2023-03-11 20:14:04 +00:00
c631be65bc Tentatively add a dark mode
DanilaFe pushed to master at Everything-I-Know…/bergamot 2023-03-06 05:33:53 +00:00
930a05c951 Add a parser and use it for reading rules and queries
545416fce0 Split the code into proper modules
Compare 2 commits »
DanilaFe pushed to master at Everything-I-Know…/bergamot 2023-03-05 06:46:28 +00:00
6a7a2eab19 Add 'gas' to cut off too-long computations
49b6b537b0 Use a reader monad to keep track of the rules
Compare 2 commits »
DanilaFe pushed to master at Everything-I-Know…/logict 2023-03-05 06:02:33 +00:00
a2d2b10e86 Make the failure continuation a function to avoid strictness
DanilaFe pushed to master at Everything-I-Know…/logict 2023-03-05 05:47:46 +00:00
1a2f69036c Make once really only run once
DanilaFe pushed to master at Everything-I-Know…/logict 2023-03-05 03:02:02 +00:00
2facde2377 Update test code
e08de1f8f7 Add MonadLogic instence for ReaderT
Compare 2 commits »
DanilaFe pushed to master at Everything-I-Know…/unifyt 2023-03-05 03:01:00 +00:00
590306964c Add instance for MonadUnify for ReaderT
DanilaFe pushed to master at Everything-I-Know…/bergamot 2023-03-05 02:02:17 +00:00
a9fc768182 Get a rule search engine working with hardcoded rules
DanilaFe pushed to master at Everything-I-Know…/unifyt 2023-03-05 00:57:36 +00:00
014d9b38c8 Allow store to work if a term is already stored
DanilaFe pushed to master at Everything-I-Know…/logict 2023-03-04 23:23:09 +00:00
c2088a6967 Weaken the constraint on running once
DanilaFe pushed to master at Everything-I-Know…/logict 2023-03-04 23:17:06 +00:00
45b21d50f9 Add a way to only get one value out
f1792e6627 Change runSFKT to report all results of execution
Compare 2 commits »
DanilaFe pushed to master at Everything-I-Know…/unifyt 2023-03-04 22:53:29 +00:00
e45201ba45 Return the unification state from runUnifyT.
DanilaFe pushed to master at Everything-I-Know…/unifyt 2023-03-04 22:25:10 +00:00
1f93dc1745 Add MonadUnify instance for the state monad.
DanilaFe pushed to master at Everything-I-Know…/bergamot 2023-03-04 07:23:16 +00:00
755d514342 Extract UnifyT into its own package and get an example going
7fc58ce0af Add initial version of unification monad transformer
394fab8914 Initial commit + basic Expr impl