implemented symbol defining

This commit is contained in:
2014-01-19 15:47:45 +00:00
parent 5fd00968e6
commit 9a32d5485b
6 changed files with 420 additions and 262 deletions

View File

@ -451,6 +451,9 @@ private
Right_Parenthesis_Token,
Period_Token,
Single_Quote_Token,
True_Token,
False_Token,
Character_Token,
String_Token,
Integer_Token
);