From 42d002a7090327fc8d805ad9426764e77dfbfe24 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jun 2026 02:54:14 +0900 Subject: chore(compiler): drop compiler.rs The Compiler.php is PHP-tooling only (bin/compile) with no Rust equivalent, so it is not ported. Remove the compiler module along with the symbols used solely by it. Co-Authored-By: Claude Opus 4.8 --- crates/shirabe-php-shim/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'crates/shirabe-php-shim') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 873f7f4..7aa3c4b 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -1683,14 +1683,6 @@ pub fn http_build_query(_data: &[(&str, &str)], _sep_str: &str, _sep: &str) -> S todo!() } -pub fn token_get_all(_source: &str) -> Vec { - todo!() -} - -pub const T_COMMENT: i64 = 315; -pub const T_DOC_COMMENT: i64 = 316; -pub const T_WHITESPACE: i64 = 317; - pub fn dirname_levels(_path: &str, _levels: i64) -> String { todo!() } -- cgit v1.3.1