C
Momo is a new and highly experimental source to source compiler written in C, outputting to C.
The CKit library is a collection of high performance, elegant, and logical utilities for creating parsers, programming languages, and much more.
Quick string replacement function written in C.
Need to call your parser several times during the execution of a single program? This short article will show you how to fix this issue.
Variable argument lists in C arg essential, this small snippit of C source shows you how to utilize va_list in order to emulate a printf-like function.