clutils 0.0.11

A common library for building interpreter and compiler
Documentation
1
2
3
4
5
6
#include <stdio.h>

int main(void) {
  printf("Hello, %s", "world!");
  return 0;
}