improved symbol tokenization

This commit is contained in:
hyunghwan.chung
2015-05-19 16:26:52 +00:00
parent 3db3a02a7a
commit e2b32aafb9
4 changed files with 25 additions and 11 deletions

View File

@ -516,6 +516,11 @@ class Association -> revisit the Association class defined previsously. Revisiti
## function(#instance) ## instance method
## function ## instance method
## dcl(#class) a, b, c. ## short form
## dcl(#classinst) a, b, c
## fun(#class)
## var and fun are not keywords. they can be a method name or a variable name.
## Casing is not used to differentiate variable kinds like global local temporary etc.