You've already forked MyDSL
基础内容
This commit is contained in:
21
src/Token/TokenType.php
Normal file
21
src/Token/TokenType.php
Normal 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
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user