Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdc224/compiler-design-programs
https://github.com/sdc224/compiler-design-programs
c compiler-design dfa flex lex lex-yacc-parser nfa-implementation recursive-descent-parser
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdc224/compiler-design-programs
- Owner: sdc224
- Created: 2019-01-25T07:08:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:50:12.000Z (11 months ago)
- Last Synced: 2024-05-14T00:44:55.533Z (6 months ago)
- Topics: c, compiler-design, dfa, flex, lex, lex-yacc-parser, nfa-implementation, recursive-descent-parser
- Language: C
- Size: 321 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Compiler Design Programs
It is a repository which contains some basic programs to recognize keywords, identifiers, operators, numbers and so on, whatever offered by any compiler😅
## Usage
Clone this repository by pressing the clone button using GitHub (in websites)
Else use Ubuntu terminal or Windows Command Prompt with [Git Downloaded](https://git-scm.com/downloads) and type
```bash
git clone https://github.com/sdc224/Compiler-Design-Programs
```
You can also go directly to this [link](https://github.com/sdc224/Compiler-Design-Programs)
## Description
The folder named [CompilerDesignInC](https://github.com/sdc224/Compiler-Design-Programs/tree/master/CompilerDesignInC) is for Windows users(Visual C++) and The folder named [Ubuntu](https://github.com/sdc224/Compiler-Design-Programs/tree/master/Ubuntu) is for Ubuntu(gcc) and all [MinGW](http://www.mingw.org/category/wiki/download) users.By going forward to any directory, you can get all details for finding any file or program in our repository
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## Authors and Acknowledgement
This repository is created and maintained by1. [Sourodeep Chatterjee](https://github.com/sdc224)
2. [Souvik Gorai](https://github.com/goraisouvik26)We appreciate Our Compiler Design Professor **S.C. Maharana** for his support and ideas.