+1
-1
src/args.rs
+1
-1
src/args.rs
-78
src/closures.rs
-78
src/closures.rs
···
···
+4
src/console.rs
+4
src/console.rs
+35
-7
src/macros/insert.rs
+35
-7
src/macros/insert.rs
············-error_skid(context, origin_index, origin_line, &format!("Insert was unable to find the file \"{}\" relative to its origin or in project root.", arg));···
············+error_skid(proj_context, origin_index, origin_line, &format!("Insert was unable to find the file \"{}\" relative to its origin or in project root.", arg));···
+1
-1
src/macros/mod.rs
+1
-1
src/macros/mod.rs
+15
-7
src/macros/simple_blocks.rs
+15
-7
src/macros/simple_blocks.rs
······
······
-1
src/macros/simple_macros.rs
-1
src/macros/simple_macros.rs
+9
-5
src/main.rs
+9
-5
src/main.rs
··················tokens[working_index].contents = '\0'; // skip over this later when outputting to avoid shifting memory rn
··················tokens[working_index].contents = '\0'; // skip over this later when outputting to avoid shifting memory rn
+24
-4
src/project.rs
+24
-4
src/project.rs
············
············
+3
src/stringtools.rs
+3
src/stringtools.rs
···+//TODO: Theres a couple functions that are still written like tokens are strings not chars, they work fine
+7
-9
src/types.rs
+7
-9
src/types.rs
·········
·········