aboutsummaryrefslogtreecommitdiffstats
path: root/parse.ads
diff options
context:
space:
mode:
Diffstat (limited to 'parse.ads')
-rw-r--r--parse.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.ads b/parse.ads
index af9a43251..26bdef3ec 100644
--- a/parse.ads
+++ b/parse.ads
@@ -18,6 +18,9 @@
with Iirs; use Iirs;
package Parse is
+ -- If True, create nodes for parenthesis expressions.
+ Flag_Parse_Parenthesis : Boolean := False;
+
-- Parse an expression.
-- (Used by PSL).
function Parse_Expression return Iir;