Skip to content

A C Preprocessor that removes the need for brackets and semicolons!

Notifications You must be signed in to change notification settings

PandasssDEV/Glyph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Glyph

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

About

A C Preprocessor that removes the need for brackets and semicolons!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages