1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

XomwTemplateParser: Port XomwPreprocessor classes as direct translation of MW code [#632]

This commit is contained in:
gnosygnu
2020-04-09 08:10:22 -04:00
parent 17d7a7ebed
commit 7ad1291768
53 changed files with 4275 additions and 380 deletions

View File

@@ -28,6 +28,7 @@ public class Int_ {
, Null = Int_.Min_value
, Base1 = 1 // for super 1 lists / arrays; EX: PHP; [a, b, c]; [1] => a
, Offset_1 = 1 // common symbol for + 1 after current pos; EX: String_.Mid(lhs + Offset_1, rhs)
, Zero = 0
;
public static int Cast(Object obj) {