You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple compiler for subset of C99 written in Go, just a demo now
status
parser is almost there, 90% of C99 syntax is included supposedly.
no more syntax will support in the near future, the focus will be
on semantics and backend.
About
experimental simplified c99 subset compiler written in Go