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

Repository from Github https://github.comayushman1024/Compiler-Design-ProgramsRepository from Github https://github.comayushman1024/Compiler-Design-Programs

Important Compiler DESIGN AND CONSTRUCTION on C Language

Some important C programs for various subjects of Engineering grads students, which i have implemented during cours.

  1. First
  2. Follow

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%