phplrt/phplrt

View on GitHub
libs/compiler/src/Grammar/GrammarInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Compiler\Grammar;

use Phplrt\Contracts\Parser\ParserInterface;

interface GrammarInterface extends ParserInterface {}