https://github.com/geetesh-gupta/compiler_redesigned
https://github.com/geetesh-gupta/compiler_redesigned
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geetesh-gupta/compiler_redesigned
- Owner: geetesh-gupta
- License: mit
- Created: 2019-09-26T12:37:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T15:38:31.000Z (about 5 years ago)
- Last Synced: 2025-02-08T15:13:53.954Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compiler Redesigned
This repository is built for purpose of compiler algorithms mostly lexical analyser and syntactic parser.
For lexical analyser we can define reguler expression along with a DFA to analyse a string.
For syntactic parser, it can be divided into mainly to catgories. Top down parser and Bottom up parser.