Shopping Cart
Total:

$0.00

Items:

0

Your cart is empty
Keep Shopping

DoctorWkt/acwj: A Compiler Writing Journey · GitHub


In this Github repository, I’m documenting my journey to write a
self-compiling compiler for a subset of the C language.
I’m also writing out the details so that,
if you want to follow along, there will be an explanation of what
I did, why, and with some references back to the theory of compilers.

But not too much theory, I want this to be a practical journey.

Here are the steps I’ve taken so far:

I’ve stopped work on acwj and now I’m writing a new language
called alic from scratch. Check it out!

I have borrowed some of the code, and lots of ideas, from the
SubC compiler written by Nils M Holm.
His code is in the public domain. I think that my code is substantially
different enough that I can apply a different license to my code.

Unless otherwise noted,

  • all source code and scripts are (c) Warren Toomey under
    the GPL3 license.
  • all non-source code documents (e.g. English documents,
    image files) are (c) Warren Toomey under the Creative
    Commons BY-NC-SA 4.0 license.



Source link

0
Show Comments (0) Hide Comments (0)
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments