Flat-B Compiler
Flat-B is a Programming Language mainly consists of declaration block where all the used variables are declared, code block consists of program logic expressed in multiple arithmetic expressions, assignments, different kind of loops.
Dependencies
- Flex - A Lexical Analyzer
- Bison - A Parser Generator
- LLVM - A Low Level Virtual Machine Used for IR Generation
- Installation instructions can be followed as here
Instructions to run
- Make the Flat-B Compiler
- Run the Flat-B Compiler