An open API service indexing awesome lists of open source software.

https://github.com/geetesh-gupta/compiler_redesigned


https://github.com/geetesh-gupta/compiler_redesigned

Last synced: about 2 months ago
JSON representation

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.