TriggerReactor

TriggerReactor

24.6k Downloads

Bring back #44 - case insensitive keywords

gerzytet opened this issue · 2 comments

commented

Now that #187 is part of 2.2, we have case insensitive placeholder/executor names.
I think it’s a good idea to do the same for keywords too. Lowercase keywords are easier to type and look more modern, which is a usability improvement.

The disadvantage is we will have to get rid of variables named the same as lowercase keywords which would have been previously valid.

commented

Duplicate of #44

commented

Keywords:
IF
ELSEIF
ELSE
ENDIF
IMPORT
WHILE
ENDWHILE
FOR
ENDFOR
SYNC
ENESYNC
ASYNC
ENDASYNC
IS