test.c (125B)
1 #include <stdio.h> 2 #include "../../tokenizer/parser.h" 3 4 int main(){ 5 char *buf = parser("sample.zpy"); 6 printf("%s", buf); 7 }