scedel / parser
Scedel parser and typed AST for PHP
0.2.1
2026-02-18 16:30 UTC
Requires
- php: ^8.3
- antlr/antlr4-php-runtime: ^0.9.1
Requires (Dev)
- phpunit/phpunit: ^11.0
README
Parser and typed AST implementation for Scedel in PHP.
RFC support
API
use Scedel\Parser\ParserService; $parser = new ParserService(); $ast = $parser->parseString($source, 'inline.scedel');
CLI
php php/scedel-parser/bin/parse-example.php php php/scedel-parser/bin/parse-example.php /absolute/path/schema.scedel