From 186a0179405916f1a2c3cccc22d2c0992c61d98d Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 20:09:07 -0500 Subject: Stuff --- .github/workflows/pr_check.yml | 0 .gitignore | 0 Cargo.toml | 0 LICENSE.md | 0 README.md | 0 examples/lisp.rs | 0 examples/lua.rs | 0 rustfmt.toml | 0 src/csets.rs | 0 src/lib.rs | 0 src/scanner.rs | 0 11 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/workflows/pr_check.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Cargo.toml mode change 100644 => 100755 LICENSE.md mode change 100644 => 100755 README.md mode change 100644 => 100755 examples/lisp.rs mode change 100644 => 100755 examples/lua.rs mode change 100644 => 100755 rustfmt.toml mode change 100644 => 100755 src/csets.rs mode change 100644 => 100755 src/lib.rs mode change 100644 => 100755 src/scanner.rs diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/examples/lisp.rs b/examples/lisp.rs old mode 100644 new mode 100755 diff --git a/examples/lua.rs b/examples/lua.rs old mode 100644 new mode 100755 diff --git a/rustfmt.toml b/rustfmt.toml old mode 100644 new mode 100755 diff --git a/src/csets.rs b/src/csets.rs old mode 100644 new mode 100755 diff --git a/src/lib.rs b/src/lib.rs old mode 100644 new mode 100755 diff --git a/src/scanner.rs b/src/scanner.rs old mode 100644 new mode 100755 -- cgit v1.2.3