One file - one class (#24)

This commit is contained in:
bzick
2013-07-29 16:15:52 +04:00
parent 3674de41cb
commit e9b7951d7a
12 changed files with 189 additions and 115 deletions

View File

@ -8,6 +8,8 @@
* file that was distributed with this source code.
*/
namespace Fenom;
use Fenom\Error\InvalidUsageException;
use Fenom\Error\UnexpectedTokenException;
use Fenom\Tokenizer;
use Fenom\Template;
use Fenom\Scope;