newc The experimental project about new C, new grammar! Mini-interpretor for programming language Grammar: #include <stdio.h> int main() { printf("Hello world\n"); }