Skip to content

Commit

Permalink
Added Readme File at root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sdc224 committed Feb 8, 2019
1 parent 7dfa7ee commit 97bb7a0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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 by

1. [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.

0 comments on commit 97bb7a0

Please sign in to comment.