From 5f38d73004f0fcf259acfa12d46feff4c6170273 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Nov 2018 15:25:25 -0800 Subject: Now preserving hex numbers with "0xF00" -> parse -> decompile -> "0xF00", fix for (compile error at ...) --- compatibility/4.10.12.7.nom | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compatibility') diff --git a/compatibility/4.10.12.7.nom b/compatibility/4.10.12.7.nom index c314b68..4c363ab 100644 --- a/compatibility/4.10.12.7.nom +++ b/compatibility/4.10.12.7.nom @@ -27,6 +27,8 @@ upgrade action (%k = %v for %i in %start to %stop via %step) to "4.10.12.7" as ( {:for %i in %start to %stop by %step: add %k = %v} upgrade action (% as lua statements) to "4.10.12.7" as (% as lua) +upgrade action (compile error at %pos %err hint %hint) to "4.10.12.7" as (..) + compile error at %pos %err %hint upgrade %tree to "4.10.12.7" as: if (%tree.type == "FileChunks"): -- cgit v1.2.3