From 52a6f8656e8a600a2c59fa2802fb46fafb30de45 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Mon, 12 May 2025 01:51:27 +0200 Subject: Object-like macros --- cpp.sig | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 cpp.sig (limited to 'cpp.sig') diff --git a/cpp.sig b/cpp.sig deleted file mode 100644 index e842e13..0000000 --- a/cpp.sig +++ /dev/null @@ -1,30 +0,0 @@ -signature CPP = sig - structure T: TOKENIZER - - type t - type tkPos - - type tkExpectedVal - exception TkExpected of tkExpectedVal - - type tkErrorVal - exception TkError of tkErrorVal - - datatype tkExp = - Tk of T.token | - Id | - NumConst | - StrLiteral | - UnOp | - BinOp | - Op - - val create: string -> string list -> t - val getToken: t -> T.token * t - val getLastPos: t -> tkPos - - val tkExpectedPrint: tkExpectedVal -> unit - val tkErrorPrint: tkErrorVal -> unit - - val debugPrint: t -> unit -end -- cgit v1.2.3