c4 icon indicating copy to clipboard operation
c4 copied to clipboard

add comments to use C4 as learning resources

Open coolharsh55 opened this issue 9 years ago • 3 comments

Through the use of comments to describe the structure and interpretation of a C program, C4 can be turned into a learning resource for those who wish to learn C/compilers.

coolharsh55 avatar Jan 09 '16 15:01 coolharsh55

I found https://github.com/lotabout/write-a-C-interpreter quite useful in this regard.

ebraminio avatar Jun 18 '17 14:06 ebraminio

Awesome!!!

Hanseltu avatar May 29 '18 15:05 Hanseltu

Added line-by-line comments to rswier/c4's c4.c in AoikC4Study. Added line-by-line comments to EarlGray/c4's c4.c and c4x86.c in AoikC4x86Study. Sent a pull request.

AoiKuiyuyou avatar Feb 14 '20 14:02 AoiKuiyuyou