From d9c809a5550b2fe23b2fd1e66672b503730d55f1 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Sun, 25 May 2025 19:59:56 +0200 Subject: Expression parsing --- ppc.sig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ppc.sig') diff --git a/ppc.sig b/ppc.sig index ce7a720..b2dcbae 100644 --- a/ppc.sig +++ b/ppc.sig @@ -13,7 +13,11 @@ signature PPC = sig Cbinop | Cop + val clerror: tkPos -> tkClass list -> 'a + val create: { fname: string, incDirs: string list, debugMode: bool } -> t val getToken: t -> T.token * tkPos * t val debugPrint: string -> string list -> unit + + val PtkPos: (tkPos, 'a, 'b, 'c) a1printer end -- cgit v1.2.3