summaryrefslogtreecommitdiff
path: root/ipl/data/pt5.gmr
diff options
context:
space:
mode:
Diffstat (limited to 'ipl/data/pt5.gmr')
-rw-r--r--ipl/data/pt5.gmr4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipl/data/pt5.gmr b/ipl/data/pt5.gmr
new file mode 100644
index 0000000..94ce4da
--- /dev/null
+++ b/ipl/data/pt5.gmr
@@ -0,0 +1,4 @@
+s -> stmt
+s -> ifstmt
+ifstmt -> if exp then s
+ifstmt -> if exp then s else s