Commit Graph

483 Commits

Author SHA1 Message Date
Danila Fedorin 7d2f78d25c Add links and make small clarifications. 2020-07-20 13:56:07 -07:00
Danila Fedorin 1f734a613c Add the second part of the typechecking post. 2020-07-19 22:56:44 -07:00
Danila Fedorin a3c299b057 Start working on the improved type-safe interpreter. 2020-07-19 17:16:31 -07:00
Danila Fedorin 12aedfce92 Make small fixes to math rendering code. 2020-07-19 14:09:24 -07:00
Danila Fedorin 65645346a2 Adjust title in DELL post. 2020-07-18 20:47:38 -07:00
Danila Fedorin cb65e89e53 Add math rendering draft. 2020-07-18 20:47:16 -07:00
Danila Fedorin 6a2fec8ef4 Update the about page. 2020-07-17 19:39:43 -07:00
Danila Fedorin aa59c90810 Add the draft of the DELL post. 2020-07-17 19:39:35 -07:00
Danila Fedorin 2b317930a0 Add resume link. 2020-07-15 15:09:37 -07:00
Danila Fedorin e7d56dd4bd Clean up some styles. 2020-07-15 13:56:03 -07:00
Danila Fedorin a4fedb276d Adjust margin spacing. 2020-07-15 13:18:34 -07:00
Danila Fedorin 277c0a2ce6 Rework sidenote spacing and TOC. 2020-07-15 13:13:47 -07:00
Danila Fedorin ef3c61e9e6 Make table of contents dark. 2020-06-30 22:15:22 -07:00
Danila Fedorin 1908126607 Add border to code. 2020-06-30 21:31:16 -07:00
Danila Fedorin 2d77f8489f Move hiding code into margin SCSS. 2020-06-30 21:22:19 -07:00
Danila Fedorin 0371651fdd Fix headings on Starbound post. 2020-06-24 23:01:35 -07:00
Danila Fedorin 01734d24f7 Get started on tables of contents. 2020-06-24 22:46:22 -07:00
Danila Fedorin 71fc0546e0 Move move code into common 'margin node' mixin. 2020-06-24 22:06:08 -07:00
Danila Fedorin 871a745702 Extract margin variables and mixins into separate file. 2020-06-24 14:21:56 -07:00
Danila Fedorin 3f0df8ae0d Add links for 12th part of compiler series. 2020-06-21 22:21:43 -07:00
Danila Fedorin 1746011c16 Publish 12th part of compiler series. 2020-06-21 00:51:04 -07:00
Danila Fedorin 7c4cfbf3d4 Fix typechecking of mutually recursive functions. 2020-06-21 00:47:26 -07:00
Danila Fedorin 8524e098a8 Make proofreading-based fixes. 2020-06-20 23:50:26 -07:00
Danila Fedorin 971f58da9b Finish draft of part 12 of compiler series. 2020-06-20 22:03:57 -07:00
Danila Fedorin c496be1031 Finish implementation description in part 12. 2020-06-20 20:46:54 -07:00
Danila Fedorin 21851e3a9c Add more content to part 12. 2020-06-19 02:22:08 -07:00
Danila Fedorin 600d5b91ea Remove unneeded parent class. 2020-06-18 23:06:13 -07:00
Danila Fedorin 09b90c3bbc Add line numbers to codelines shortode. 2020-06-18 22:30:01 -07:00
Danila Fedorin f6ca13d6dc Add more implementation content to part 12. 2020-06-18 22:29:38 -07:00
Danila Fedorin 9c4d7c514f Add more content to post 12 draft. 2020-06-16 23:32:09 -07:00
Danila Fedorin ad1946e9fb Add first draft of lambdas. 2020-06-14 02:00:20 -07:00
Danila Fedorin 68910458e8 Properly handle null types in pattern typechecking. 2020-06-14 00:43:39 -07:00
Danila Fedorin 240e87eca4 Use mangled names in variable environments. 2020-06-13 23:43:52 -07:00
Danila Fedorin 6b5f7e25b7 Maybe finish the let/in code? 2020-06-01 00:23:41 -07:00
Danila Fedorin e7229e644f Start working on translation. 2020-05-31 18:52:52 -07:00
Danila Fedorin 08c8aca144 Start working on a lifted version of a definition. 2020-05-31 14:37:33 -07:00
Danila Fedorin 7f8dae74ac Adjust type output. 2020-05-31 00:50:58 -07:00
Danila Fedorin 08503116ff Mark some definitions as global, so as not to capture them. 2020-05-31 00:34:12 -07:00
Danila Fedorin a1d679a59d No longer destroy the list of free variables.
It so happens that this list will tell us which variables
need to be captured.
2020-05-30 23:29:36 -07:00
Danila Fedorin 4586bd0188 Check for free variables in the environment before generalizing. 2020-05-30 16:40:27 -07:00
Danila Fedorin a97b50f497 Add parsing of let/in. 2020-05-28 14:44:12 -07:00
Danila Fedorin c84ff11d0d Add typechecking to let/in expressions. 2020-05-26 00:52:54 -07:00
Danila Fedorin e966e74487 Extract ordering functionality into definition group. 2020-05-25 23:58:56 -07:00
Danila Fedorin 3865abfb4d Add a struct to contain groups of mutually recursive definitions. 2020-05-25 22:11:45 -07:00
Danila Fedorin 1905601aaa Fork off the 12th version of the compiler. 2020-05-25 21:20:41 -07:00
Danila Fedorin aacb9e2874 Prefer invisible text to unstyled text. 2020-05-25 20:55:20 -07:00
Danila Fedorin 78f3b18969 Increase padding in post lists. 2020-05-17 22:00:10 -07:00
Danila Fedorin 9f73ca2950 Remove bold font weight on post lists.
continuous-integration/drone/push Build is failing Details
2020-05-09 17:53:55 -07:00
Danila Fedorin 035b98a602 Start using description meta.
continuous-integration/drone/push Build is failing Details
2020-05-09 17:29:57 -07:00
Danila Fedorin 17f4ebc297 Add media screen to all stylesheets. 2020-05-09 17:02:13 -07:00