Writing a Simple C++ Transpiler Using Froley
I recently heard about Hashnode and just published my first blog on there! It's a tutorial for using the new V3 release of my compiler development tool called Froley. Check it out!
Writing a Simple C++ Transpiler using Froley
OverviewIn this blog we’ll use a compiler development tool called Froley to write a transpiler that takes source code written in a toy programming language called Simple and cross-compiles it to C++ source code.I’m the developer of Froley. I just r...