Language.php

<?php

namespace Tlf\Lexer2; 

interface Language {

    public function get_namespace(): string;
    public function get_directives(): array;
}