summaryrefslogtreecommitdiff
path: root/language/l2_parse.ott
diff options
context:
space:
mode:
authorKathy Gray2015-12-14 15:55:50 +0000
committerKathy Gray2015-12-14 15:56:00 +0000
commitfd1c1502ab59cd8a392af86376be99b0dc6b6b1f (patch)
tree94316aae8826271fd7e794fd44d9fa4c205d331c /language/l2_parse.ott
parent4fa10da0d4b6d8cfbb10455644836f7e1a802a2c (diff)
Adding new location constructor for location of generated terms
Diffstat (limited to 'language/l2_parse.ott')
-rw-r--r--language/l2_parse.ott1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott
index 83da93ad..ae6d89bb 100644
--- a/language/l2_parse.ott
+++ b/language/l2_parse.ott
@@ -46,6 +46,7 @@ type text = string
type l =
| Unknown
| Int of string * l option
+ | Generated of l
| Range of Lexing.position * Lexing.position
type 'a annot = l * 'a