X-Git-Url: https://git.xandkar.net/?p=tiger.ml.git;a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;h=ed4a7cf9cf12a3c1c489d11ea0e42692b75074e7;hp=a9d30ebf1cac8292484520bc0b97bb7202cd35d0;hb=789ef466bebb54a589039a8100147a11ea6f9719;hpb=80c3c410b1bdc70e7c13a76c77717c509353bb96 diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli index a9d30eb..ed4a7cf 100644 --- a/compiler/src/lib/tiger/tiger_error.mli +++ b/compiler/src/lib/tiger/tiger_error.mli @@ -73,3 +73,4 @@ val to_string : t -> string val is_unknown_id : t -> bool val is_unknown_type : t -> bool val is_wrong_type : t -> bool +val is_invalid_syntax : t -> bool