Lex/YACC program for balancing parentheses

后端 未结 0 1608
离开以前
离开以前 2021-02-20 18:57

I am writing a program to check if a C program taken as input has balanced parentheses, i.e., "()" and "{}" or not.
e.g., #abc{}({()(x+y)})

相关标签:
回答
  • 消灭零回复
提交回复
热议问题