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

Mw_parse: Add basic implementation of Mw_preprocessor

This commit is contained in:
gnosygnu
2017-01-09 21:33:45 -05:00
parent 006c14db4e
commit d15630c433
7 changed files with 905 additions and 5 deletions

View File

@@ -38,6 +38,6 @@ public class Arg_nde_tkn extends Xop_tkn_itm_base {
val_tkn.Tmpl_evaluate(ctx, src, caller, bfr);
return true;
}
public static final Arg_nde_tkn[] Ary_empty = new Arg_nde_tkn[0];
public static final Arg_nde_tkn Null = new Arg_nde_tkn(-1, -1);
public static final Arg_nde_tkn[] Ary_empty = new Arg_nde_tkn[0];
public static final Arg_nde_tkn Null = new Arg_nde_tkn(-1, -1);
}