https://github.com/pbteja1998/parser-flatb
https://github.com/pbteja1998/parser-flatb
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbteja1998/parser-flatb
- Owner: pbteja1998
- Created: 2017-11-23T19:01:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T19:02:34.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T14:37:15.232Z (9 months ago)
- Language: C++
- Size: 1.74 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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