Loading
Fixed a bug in PyXASM token collector
If 'for' is the very *first* token, the check for `kw_for` may be missed hence causing tokens to be cramped.
Hence, processing the loop from the first token rather than the next.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>