Yacc Programs
Strings
YACC program to recognize strings of { anbb | n≥5 }.
Binary to Decimal
YACC program for Binary to Decimal Conversion.
Context free Grammar
YACC program to recognize string with grammar { bnan | n≥0 }.
Evaluation
Yacc Program to evaluate a given arithmetic expression.
Palindrome
YACC program to check whether given string is Palindrome or not.
Infix to Postfix
YACC program for Conversion of Infix to Postfix expression.
Infix to Prefix
YACC program for Conversion of Infix to Prefix expression.
Start & End of a String
YACC program which accept strings that starts with 0 and ends with 1.
Calculator
YACC program to implement a Calculator and recognize a valid Arithmetic expression.