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
Fig is a programming language and this is a transpiler that I am building to learn compiler concepts. It has a handwritten parser, lexer and AST. It converts the Fig programming language directly to C and you can compile that to generate output.