+5
-5
src/closures.rs
+5
-5
src/closures.rs
············
+7
-7
src/console.rs
+7
-7
src/console.rs
···-pub fn error_skid(context: &ProjectContext, origin_index: usize, origin_line: usize, msg: &String) {+pub fn error_skid(proj_context: &Project, origin_index: usize, origin_line: usize, msg: &String) {···-pub fn warn_skid(context: &ProjectContext, origin_index: usize, origin_line: usize, msg: &String) {+pub fn warn_skid(proj_context: &Project, origin_index: usize, origin_line: usize, msg: &String) {······
+131
src/macros/for_each.rs
+131
src/macros/for_each.rs
···+&format!("`for_each_var` was not given a number of arguments({}) that was a multiple of its replacement posistions({}) (got {:?})",
+2
-2
src/macros/insert.rs
+2
-2
src/macros/insert.rs
······
+28
-14
src/macros/mod.rs
+28
-14
src/macros/mod.rs
······
+6
-90
src/macros/simple_blocks.rs
+6
-90
src/macros/simple_blocks.rs
············-&format!("`for_each_var` was not given a number of arguments({}) that was a multiple of its replacement posistions({}) (got {:?})",
+52
-9
src/macros/simple_macros.rs
+52
-9
src/macros/simple_macros.rs
···············
+3
-3
src/macros/template.rs
+3
-3
src/macros/template.rs
·········
+23
-23
src/main.rs
+23
-23
src/main.rs
······' ', '\n', '\t', '(', ')', '{', '}', '[', ']', '<', '>', '\\', '\'', '\"', ';', '?', '^', '-',············+fn write_file(file_skidout: &PathBuf, file_out: &PathBuf, convert_html: bool, tokens: &[Token]) {···
+29
-23
src/project.rs
+29
-23
src/project.rs
·····················
+7
-7
src/types.rs
+7
-7
src/types.rs
·····················