Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 448 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 448 Bytes

C interpreter implement

This is a C interpreter implementation
Inspired by rswier/c4 and lotabout/write-a-C-interpreter

The implementation starts from 0x01 while 0x00 is clone from rswier/c4.
This implementation are all re-typed without any copy and paste, in order to understand the behavior of a compiler and self-hosting.