Is a WIP C Preprocessor that removes the need for brackets and semicolons! to compile just use ur favourite compiler GCC Example:
gcc glyph.c -o glyph
then just make a Glyph C file with any extension
example test.c:
` #include <stdio.h>
void main(): printf("Hello World!") #end `
then just run:
./glyph test.c > preprocessed.c
THIS IS IN PROGRESS - might result in preprocessing bugs