An open API service indexing awesome lists of open source software.

https://github.com/pbteja1998/parser-flatb


https://github.com/pbteja1998/parser-flatb

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Flat-B Compiler
Compiler for Flat-B Programming Language

### Structure
* parser.y contains the parser specifications
* scanner.l contains the lexical specifications
* Classdefs.h contains the definition for all the classes needed for compiler
* Classes.cpp contains the implementation for methods of the above classes and some other usefull functions
* run.sh is used to run the code

### Execute the code
```
./run.sh
```
to run the code