[project @ 1996-03-22 09:28:55 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / literal.ugn
diff --git a/ghc/compiler/yaccParser/literal.ugn b/ghc/compiler/yaccParser/literal.ugn
deleted file mode 100644 (file)
index f35f54f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-%{
-#include "hspincl.h"
-%}
-%{{
-module U_literal where
-import UgenUtil
-import Util
-%}}
-type literal;
-       integer     : < ginteger    : stringId; >;
-       intprim     : < gintprim    : stringId; >;
-       floatr      : < gfloatr     : stringId; >;
-       doubleprim  : < gdoubleprim : stringId; >;
-       floatprim   : < gfloatprim  : stringId; >;
-       charr       : < gchar       : hstring; >;
-       charprim    : < gcharprim   : hstring; >;
-       string      : < gstring     : hstring; >;
-       stringprim  : < gstringprim : hstring; >;
-       clitlit     : < gclitlit    : stringId;
-                       gclitlit_kind : stringId; >;
-       norepi      : < gnorepi     : stringId; >;
-       norepr      : < gnorepr_n   : stringId; 
-                       gnorepr_d   : stringId; >;
-       noreps      : < gnoreps     : hstring; >;
-end;