+1
src/macros/clear.rs
+1
src/macros/clear.rs
+63
-6
src/macros/insert.rs
+63
-6
src/macros/insert.rs
······+println!("\"{:?}\": Insert was unable to find the file \"{}\" relative to its origin or in project root.", origin_file.to_str(), arg);
+7
-2
src/macros/mod.rs
+7
-2
src/macros/mod.rs
······
+3
src/macros/simple_blocks.rs
+3
src/macros/simple_blocks.rs
·········
+15
-3
src/main.rs
+15
-3
src/main.rs
···+static DELIMITERS: [char; 12] = [' ', '\n', '\t', '(', ')', '{', '}', '[', ']', '\\', '\'', '\"'];···
+15
-14
src/projectparse.rs
+15
-14
src/projectparse.rs
··················
+1
-1
src/stringtools.rs
+1
-1
src/stringtools.rs
+2
-1
src/types.rs
+2
-1
src/types.rs
···-type MacroExpansion = fn(&mut InputFile, &mut ProjectContext, &Vec<String>, &[Token]) -> Vec<Token>;