Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 276 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 276 Bytes

Fig Programming Language

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.