Posts
Showing posts from December, 2019
Design suitable data structures and implement pass-I of a two-pass macro-processor using OOP features in Java
- Get link
- X
- Other Apps
Write a Java program for pass-II of a two-pass macro-processor. The output of assignment-3 (MNT, MDT and file without any macro definitions) should be input for this assignment
- Get link
- X
- Other Apps
Write a program using YACC specifications to implement syntax analysis phase of compiler to validate type and syntax of variable declaration in c/c++/Java.
- Get link
- X
- Other Apps
Write a program using YACC specifications to implement syntax analysis phase of compiler to perform various arithmetic operations (CALCULATOR).
- Get link
- X
- Other Apps
Write a program using YACC specifications to implement syntax analysis phase of compiler to recognize simple and compound sentences given in input file.
- Get link
- X
- Other Apps