1
0

位置情報を記録するようにした

This commit is contained in:
otya128
2015-08-30 12:33:54 +09:00
parent 9be57613f4
commit 87e86b6219
6 changed files with 196 additions and 100 deletions

View File

@@ -81,3 +81,9 @@ struct Token
type = t;
}
}
struct SourceLocation
{
int line;//何行目
int pos;//何文字目
int pos2;//全体から何文字目
}