bug-bison
[Top][All Lists]
Advanced

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

Semantic predicates require space?


From: Paul Hilfinger
Subject: Semantic predicates require space?
Date: Mon, 04 Mar 2013 20:53:02 -0800

Akim,

In commit 68ac70bc7bf365fa17bd6d7ea597fa0a05488b8d, in scan-gram.l, I
see this change:

-  {directive} {
+  "%"{id}|"%"{notletter}([[:graph:]])+ {
     complain_at (*loc, _("invalid directive: %s"), quote (yytext));
   }

This has the effect that one must write semantic expressions as

     %? { expression }

rather than

     %?{ expression }

Was this intentional?

Paul Hilfinger



reply via email to

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