Add path validation utility and integrate with CLI

This commit is contained in:
2026-03-02 20:37:31 +01:00
parent e8cf10eee3
commit 08aa198b00
6 changed files with 20 additions and 10 deletions

View File

@@ -1,9 +1,6 @@
[package]
name = "pmp"
description = """\
PHP Macro Pre-processor (PMP) \
A php lexer, parser and macro pre-processor written in Rust. \
"""
description = "PHP Macro Pre-processor (PMP) written in Rust."
version = "0.1.0-alpha"
edition = "2024"