Danila Fedorin DanilaFe
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-18 15:14:42 -07:00
53744ac772 Fix wording
50a1c33adb Adjust code lines.
d153af5212 Get rid of more constructors and make mangled names optional.
a336b27b6c Remove unneeded explicit calls to std::string
97eb4b6e3e Fix silent error in set_mangled_name
Compare 5 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-17 22:56:14 -07:00
430768eac5 Add a TODO to part 13.
5db864881a Fix use of wrong environment for name mangling.
d3b1047d37 Renamed the file since we have no optimization.
98cac103c4 Update blog post, switching away from two sections.
7226d66f67 Remove the parent method from type_env.
Compare 5 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-17 21:51:11 -07:00
8a352ed3ea Roll back optimization changes.
02f8306c7b Use an instruction instead of a special-case boolean instruction.
cf6f353f20 Change tagging to assume sign extension.
7a631b3557 Make a few more things classes.
5e13047846 Make global scope a class.
Compare 12 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-11 21:29:59 -07:00
6b8d3b0f8a Refactor errors and update post draft.
725958137a Factor type into case strategy constructor.
Compare 2 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-11 02:17:07 -07:00
1f6b4bef74 Start working on part 13 of compiler series.
fe1e0a6de0 Switch to using FILE* and default YY_INPUT.
Compare 2 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-10 20:47:25 -07:00
1f3c42fc44 Change constructor visibility to global.
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-10 18:48:10 -07:00
8bf67c7dc3 Merge branch 'master' of https://dev.danilafe.com/Web-Projects/blog-static into master
13214cee96 Try out unboxing integers.
579c7bad92 Enable more syntax.
f00a6a7783 Actually use the environment for binop functions.
2a81fdd9fb Stop using mangled names for local variables.
Compare 34 commits »
DanilaFe pushed to localization at Web-Projects/blog-static 2020-09-07 00:22:20 -07:00
0b5748cc5a Add links in part 0 of compiler series.
DanilaFe pushed to master at DanilaFe/dotfiles 2020-09-04 23:02:02 -07:00
e42f384432 Add updated settings.
DanilaFe pushed to master at DanilaFe/resume 2020-09-02 18:43:14 -07:00
56b21b3427 Tweak some visuals.
DanilaFe pushed to master at DanilaFe/resume 2020-09-02 17:38:45 -07:00
697e7d88c4 Split experience into two sections.
DanilaFe pushed to master at DanilaFe/custom-nix 2020-09-02 17:26:02 -07:00
07f0596f6e Reformat default.nix
DanilaFe pushed to master at DanilaFe/custom-nix 2020-09-02 17:03:16 -07:00
8f8ebe68e0 Allow for multi-host configuration.
DanilaFe pushed to localization at Web-Projects/blog-static 2020-09-02 16:56:45 -07:00
cd574b43fd Finalize draft of compilers part 0.
DanilaFe pushed to localization at Web-Projects/blog-static 2020-09-02 14:43:02 -07:00
8466a5601e Add a draft of a big portion of the translation of the 0th compilers post.
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-02 13:50:10 -07:00
b921ddfc8d Update resume.
DanilaFe pushed to master at DanilaFe/resume 2020-09-01 15:20:46 -07:00
e19dff800f Add university name.
a24768990b Switch away from project columnns.
Compare 2 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-08-29 00:19:36 -07:00
bf3c81fe24 Fix invalid property for flexbox.
DanilaFe pushed to master at Web-Projects/blog-static 2020-08-21 23:06:35 -07:00
06cbd93f05 Publish boolean values post.
DanilaFe pushed to master at Web-Projects/blog-static 2020-08-21 17:37:41 -07:00
6c3780d9ea Finish up the draft of the boolean values post.