Search by

scedel / parser

reposlav

Scedel parser and typed AST for PHP

0.2.1 2026-02-18 16:30 UTC

This package is auto-updated.

Last update: 2026-09-18 18:07:16 UTC


README

logo

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