Skip to content

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

ayushman1024/Compiler-Design-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages