Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antidigest/compilerlab
Compiler Lab
https://github.com/antidigest/compilerlab
Last synced: about 1 month ago
JSON representation
Compiler Lab
- Host: GitHub
- URL: https://github.com/antidigest/compilerlab
- Owner: antiDigest
- Created: 2015-08-25T17:17:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T06:13:42.000Z (almost 9 years ago)
- Last Synced: 2023-09-01T20:35:45.547Z (about 1 year ago)
- Language: C++
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CompilerLab
Compiler Lab##Questions
1. Mealy Machine - done
2. Moore Machine - done
3. DFA acceptance - done
4. NFA to DFA conversion
5. Lexical Analyzer (question given to group 1) - done
6. DFA minimization (question given to group 2)![image1](images/img1.jpg)
![image2](images/img2.jpg)