基础内容

This commit is contained in:
2020-12-17 16:13:32 +08:00
parent 31009d24c6
commit 9484b3c098
21 changed files with 343 additions and 1 deletions

15
src/Grammar/Grammar.php Normal file
View File

@ -0,0 +1,15 @@
<?php
/**
* @filename Grammar.php
* @author Jerry Yan <792602257@qq.com>
* @date 2020/12/17 14:13
*/
namespace JerryYan\DSL\Grammar;
class Grammar extends GrammarInterface
{
}