https://github.com/oleksa-oleksa/compiler_design
Chomsky grammar types + compiler created during semester
https://github.com/oleksa-oleksa/compiler_design
compiler-design grammar-parser grammar-rules
Last synced: about 1 year ago
JSON representation
Chomsky grammar types + compiler created during semester
- Host: GitHub
- URL: https://github.com/oleksa-oleksa/compiler_design
- Owner: oleksa-oleksa
- Created: 2017-11-17T19:16:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T12:46:53.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T16:52:20.549Z (over 1 year ago)
- Topics: compiler-design, grammar-parser, grammar-rules
- Language: Java
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compiler Design using Gentle Compiler (Java based)
Contents:
* Chomsky grammar types (Recursively enumerable, Context-sensitive, Context-free, Regular)
* Compiler created during semester