(or Rince Is Not a C Emulator)
This is an (in-progress) implementation of C semantics for Racket, comprising a runtime library and C->Racket compiler to allow running C programs on top of Racket (no FFI!).
1 Overview
1.1 Getting started
1.2 Running a standalone C program
2 Internals
2.1 Parenthetical C