%% "func" { printf("int"); } local { printf("static"); } "import" { printf("#include"); } "str" { printf("char"); } /* Library declarations */ "hell:std.ioutils" { printf(""); } "hell:std.ioutils.writeln" { printf("printf"); } "hell:std.ioutils.readln" { printf("scanf"); }