StringReader部分

This commit is contained in:
2020-12-18 18:12:47 +08:00
parent 9484b3c098
commit 9a0e925f6e
13 changed files with 338 additions and 28 deletions

View File

@ -0,0 +1,15 @@
<?php
/**
* @filename TokenUndefined.php
* @author Jerry Yan <792602257@qq.com>
* @date 2020/12/18 12:15
*/
namespace JerryYan\DSL\Token;
class TokenUndefined extends TokenInterface
{
}