bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: succinct awk code to check for paired parantheses?


From: david kerns
Subject: Re: succinct awk code to check for paired parantheses?
Date: Thu, 25 Mar 2021 06:26:23 -0700

I submit the following test cases that fail the proposed awk solutions:

#1
   if ((a>b) && (b>c) && // )
     ((c>d)) {
      a = 0;
   }

#2
   if ) 5 ( b = 0;

I stand by my original post, this is a job for lex


reply via email to

[Prev in Thread] Current Thread [Next in Thread]