RE: Writing a simple Compiler on my own - Generating Code for Expressions (part 1)

You are viewing a single comment's thread from:

Writing a simple Compiler on my own - Generating Code for Expressions (part 1)

in utopian-io •  5 years ago 

    Creating/Writing a compiler is one of the most difficult things to have as homework when you study Computer Science...

 It took me about a Year to get to the point of Intermediate Code Generation for a more complicated Language than the one we are covering in the series.

    I see you are also a developer, what are your specialities? For me it's basically anything that has to do with CS...From Software to Hardware, from high-level Code to low-level Code, from complicated algorithms to logic gates and registers.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Absolutely agree with you - implementing a compiler IS a hard work. I'm a full stack developer, from JS to RoR but I'm more interested in implementing complex server side business logics.