Commit Graph

211 Commits

Author SHA1 Message Date
Danila Fedorin 1a8a1c3052 Work on writing up the rest of part 8 in compiler series 2019-11-06 14:44:53 -08:00
Danila Fedorin 64227f2873 Finish implementation of compiler 2019-11-06 12:52:42 -08:00
Danila Fedorin c79b5a4120 Start writing actual compillation code in compiler series 2019-11-05 00:42:33 -08:00
Danila Fedorin 81ee50d0d4 Implement function and type creation, add text to blog in compiler series 2019-11-04 18:25:54 -08:00
Danila Fedorin 43b140285f Fix missing line in runtime header in compiler series 2019-11-04 13:30:18 -08:00
Danila Fedorin 1f6032a30e Start work on chapter 8 code for compilers 2019-11-02 17:53:15 -07:00
Danila Fedorin a834fd578e Finish initial draft of runtime posts. 2019-10-30 14:21:13 -07:00
Danila Fedorin 4b5e2f4454 Write some more about runetime 2019-10-30 00:19:56 -07:00
Danila Fedorin 7812b1064b Make progress on compiler posts 2019-10-26 20:30:29 -07:00
Danila Fedorin 65b9f385cf Start working on runtime chapter 2019-10-15 11:13:13 -07:00
Danila Fedorin ed88d54aa6 Add post about LSP idea 2019-10-12 13:12:18 -07:00
Danila Fedorin 1ffc43af98 Link compiler posts together 2019-10-10 18:15:37 -07:00
Danila Fedorin b27dc19e57 Finish draft of part 6 of compiler series 2019-10-10 18:00:13 -07:00
Danila Fedorin df0b819b0e Fix bug from small improvements 2019-10-10 17:59:44 -07:00
Danila Fedorin 21f90d85c5 Add finishing touches to code for part 6 of compiler series 2019-10-10 13:14:00 -07:00
Danila Fedorin d9486d08ae Fix type in compiler blog 2019-10-08 23:50:21 -07:00
Danila Fedorin d90993a93c Implement ast_case::compile for compiler series and reference code 2019-10-08 23:46:35 -07:00
Danila Fedorin 7e9bd95846 Write explanations of AST refactor in compiler series 2019-10-08 21:42:25 -07:00
Danila Fedorin d3d73e0e9c Fix up compile in compiler blog part 6, and add more text. 2019-10-08 14:10:05 -07:00
Danila Fedorin d9c151d774 Continue implementation of compilation 2019-10-01 23:23:52 -07:00
Danila Fedorin 64f4abb8d6 Start writing up the implementation 2019-10-01 14:35:28 -07:00
Danila Fedorin a69f9f633e Continue work on part 6 of compiler series 2019-09-16 01:57:15 -07:00
Danila Fedorin 77cfeda60d Add another paragraph to the 6th part of the compiler series 2019-09-04 21:45:39 -07:00
Danila Fedorin 44abf877b2 Add beginning of part 6 of compiler series 2019-09-04 21:10:06 -07:00
Danila Fedorin 1fdccd6fae Add links to part 5 in compiler series 2019-09-04 01:55:48 -07:00
Danila Fedorin e3fd13c0c1 Remove TODOS from part 5 of compiler series 2019-09-04 01:31:31 -07:00
Danila Fedorin 3bce9743e5 Add dump to other rules in compiler posts 2019-09-04 00:27:58 -07:00
Danila Fedorin 216e9e89b4 Finish draft of part 5 of compiler series. 2019-09-02 23:38:27 -07:00
Danila Fedorin a1244f201a Add G-machine graph creation instructions to Part 5 2019-09-02 17:51:36 -07:00
Danila Fedorin 4d8d806706 Start working on Part 5 of compiler posts. 2019-08-28 21:11:34 -07:00
Danila Fedorin 05af1350c8 Add errors ection to Part 4 of compiler posts 2019-08-28 15:34:13 -07:00
Danila Fedorin df1101a14c Make changes suggested by Ryan 2019-08-28 13:34:35 -07:00
Danila Fedorin 3f1db0aa13 Change the code fragments in small improvements post 2019-08-27 00:45:51 -07:00
Danila Fedorin 15f59a7806 Add 'what we don't cover' 2019-08-27 00:43:21 -07:00
Danila Fedorin b012e557f0 Add small improvements to the small improvements post. 2019-08-27 00:26:02 -07:00
Danila Fedorin 8ba501bd84 Add output and fix two bugs. 2019-08-26 21:05:44 -07:00
Danila Fedorin 6344ce11ce Add CMake file and code for post 4 2019-08-26 18:52:25 -07:00
Danila Fedorin 94d242414f Add an introduction post, and update other posts to match 2019-08-26 17:43:45 -07:00
Danila Fedorin 619c346897 Do the first round of revisions on part 3 2019-08-26 17:08:05 -07:00
Danila Fedorin 30c881ce3f Add TODO to draft 2019-08-26 00:18:20 -07:00
Danila Fedorin 918dfbe980 Drafts of code and markdown. 2019-08-26 00:13:10 -07:00
Danila Fedorin 1820a05fcc Write up type code 2019-08-25 16:42:23 -07:00
Danila Fedorin ac589a8b0a Update type rules, get pattern matching defined 2019-08-25 01:37:24 -07:00
Danila Fedorin 091a686070 Fix list rendering in some posts. 2019-08-16 03:29:13 -07:00
Danila Fedorin 352ec468f7 Fix links in old posts 2019-08-16 03:11:52 -07:00
Danila Fedorin cfb4fc708a Start working on case expression rule 2019-08-13 22:54:16 -07:00
Danila Fedorin fe0437eabf Set the syntax to be Coq in the post 2019-08-13 21:32:05 -07:00
Danila Fedorin fce8e75dde Add more content for the type checking post 2019-08-13 21:31:10 -07:00
Danila Fedorin 8450e2c35d Address listed flaws in implementation 2019-08-06 14:24:26 -07:00
Danila Fedorin 34e967f364 Move code into folders for convenience 2019-08-06 13:56:32 -07:00
Danila Fedorin 62c3f15896 Add static website post 2019-08-05 01:54:42 -07:00
Danila Fedorin 43a72533f5 Finish the draft of the parsing post 2019-08-05 00:39:54 -07:00
Danila Fedorin 85908ae0c4 Write first draft of Bison-based parser and lexer 2019-08-05 00:09:59 -07:00
Danila Fedorin f42cb900cf Add the drafts of the two posts 2019-08-03 15:45:14 -07:00
Danila Fedorin e6d73eeceb Fix typo in About page 2019-08-03 00:29:34 -07:00
Danila Fedorin 6d7163bb08 Add posts from old website 2019-08-02 23:34:40 -07:00
Danila Fedorin 2f5169d1d9 Minor change to first page 2019-08-02 22:53:30 -07:00
Danila Fedorin 8e70f7739e Configure tag and post lists. 2019-08-02 22:29:26 -07:00
Danila Fedorin 81f519d010 Add about page 2019-08-02 21:44:39 -07:00
Danila Fedorin fdaa87e1ea Add single page layout, and display recent posts 2019-08-02 21:44:29 -07:00
Danila Fedorin 4d52c73ee5 Begin fleshing out the index and base templates 2019-08-02 18:04:58 -07:00