ayushman1024 / Compiler-Design-Programs

Some important C programs on various subjects of Engineering grads students, which i have implemented in my course by myself, and are not available anywhere else on internet. Subjects like Compiler, Operating system, Data structures, Networking, Python and many more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important Compiler DESIGN AND CONSTRUCTION-C-programs , not available anywhere on Internet

Some important C programs for various subjects of Engineering grads students, which i have implemented in my course by myself, and are not available anywhere else on internet. Subjects like Compiler, Operating system, Data structures, Networking, Python and many more

Input

Each production in separate line no spaces in production, or space will be treated as symbol.

Example

Number of productions? 5
Enter prod 0: A->BCDx
Enter prod 1: B->#
Enter prod 2: C->#
Enter prod 3: D->d
Enter prod 4: D->e

Enter char symbol ? A
first of A is : { # d e }

About

Some important C programs on various subjects of Engineering grads students, which i have implemented in my course by myself, and are not available anywhere else on internet. Subjects like Compiler, Operating system, Data structures, Networking, Python and many more

License:GNU General Public License v3.0


Languages

Language:C 100.0%