added quote, simple integer handling

This commit is contained in:
2014-01-08 14:59:48 +00:00
parent 8604315e61
commit 8f2efa17f8
2 changed files with 236 additions and 80 deletions

View File

@ -445,7 +445,8 @@ private
Right_Parenthesis_Token,
Period_Token,
Single_Quote_Token,
String_Token
String_Token,
Integer_Token
);
type Token_Record is record