+31
-11
src/macros/mod.rs
+31
-11
src/macros/mod.rs
···
+4
-4
src/macros/simple_blocks.rs
+4
-4
src/macros/simple_blocks.rs
···
+8
-8
src/macros/template.rs
+8
-8
src/macros/template.rs
······
+49
-35
src/main.rs
+49
-35
src/main.rs
··················
+12
-5
src/projectparse.rs
+12
-5
src/projectparse.rs
············
+3
src/stringtools.rs
+3
src/stringtools.rs
···
+56
-6
src/types.rs
+56
-6
src/types.rs
·········+error_skid(context, origin_index, origin_line, format!("Macro \'{}\' was given a number of arguments ({}) not in its acceptable range ({}-{})",+self.symbol, args.len(), self.min_args, if self.max_args == usize::max_value() {"No Limit".to_string()} else {format!("{}", self.max_args)}));···