mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Document the change to the symtab structure.
This commit is contained in:
parent
01f2bba2f4
commit
22a1a2e8ba
1 changed files with 1 additions and 1 deletions
|
@ -1844,7 +1844,7 @@ class parser(object):
|
|||
# rest of entries are dictionaries. Each has a 'Kind', which can be
|
||||
# 'v' for variable, 'f' for function, 'l' for label, 's' for state,
|
||||
# or 'e' for event.
|
||||
# Variables have 'Scope', 'Type', and if global, 'Loc'.
|
||||
# Variables have 'Scope', 'Type', 'Loc' (if global), 'Local' (if local).
|
||||
# Functions have 'Type', 'Loc', 'ParamTypes' and 'ParamNames'.
|
||||
# Labels only have 'Scope'.
|
||||
# States only have 'Loc'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue