follows latest dlang changes

This commit is contained in:
2022-02-02 11:12:46 +09:00
parent c2a4e4af97
commit a18c020652
7 changed files with 30 additions and 30 deletions

View File

@@ -3,7 +3,8 @@ module sjscript.Token;
import std.algorithm,
std.array,
std.ascii;
std.ascii,
std.conv;
import dast.tokenize;