diff src/source.sml @ 203:dd82457fda82

Parsing and elaborating 'table'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 Aug 2008 13:20:29 -0400
parents aa54250f58ac
children cc68da3801bc
line wrap: on
line diff
--- a/src/source.sml	Tue Aug 12 14:55:05 2008 -0400
+++ b/src/source.sml	Thu Aug 14 13:20:29 2008 -0400
@@ -78,6 +78,7 @@
        | SgiSgn of string * sgn
        | SgiInclude of sgn
        | SgiConstraint of con * con
+       | SgiTable of string * con
 
 and sgn' =
     SgnConst of sgn_item list
@@ -131,6 +132,7 @@
        | DConstraint of con * con
        | DOpenConstraints of string * string list
        | DExport of str
+       | DTable of string * con
 
      and str' =
          StrConst of decl list