Danila Fedorin DanilaFe
DanilaFe pushed to master at Web-Projects/blog-static 2020-10-31 01:34:31 -07:00
52abe73ef7 Make the typesafe imperative language work properly.
DanilaFe pushed to master at Web-Projects/blog-static 2020-10-30 19:07:46 -07:00
f0fe481bcf Add post about the typesafe imperative language.
222446a937 Add non-color indication to highlighted lines.
Compare 2 commits »
DanilaFe pushed to master at CS-581/Homework 2020-10-29 23:05:04 -07:00
148784ef4c Make the example more compelling
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-27 16:26:22 -07:00
e7edd43034 Add draft warning.
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-27 14:47:34 -07:00
2bc2c282e1 Revert "Experimentally enable shortcodes"
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-27 14:43:00 -07:00
5cc92d3a9d Experimentally enable shortcodes
4be8a25699 Add a label to codelines that includes the source file.
Compare 2 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-25 22:52:14 -07:00
d3421733e1 Update resume.
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-19 16:27:48 -07:00
4c099a54e8 Publish part 13.
9f77f07ed2 Finish 13th part of the compiler series.
Compare 2 commits »
DanilaFe pushed to master at Web-Projects/blog-static 2020-09-19 12:00:01 -07:00
04ab1a137c Mark 13th post as draft
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.