基础内容

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

21
src/Token/TokenType.php Normal file
View File

@ -0,0 +1,21 @@
<?php
/**
* @filename TokenType.php
* @author Jerry Yan <792602257@qq.com>
* @date 2020/12/17 15:04
*/
namespace JerryYan\DSL\Token;
/**
* Token分类Enum
* @package JerryYan\DSL\Token
* @author Jerry Yan <792602257@qq.com>
* @date 2020/12/17 15:04
*/
final class TokenType
{
}