danvim / ProcalParsing

0 stars 2 forks source link

Statements #9

Closed mcreng closed 7 years ago

mcreng commented 7 years ago

Codes

  1. If 1 Then 1 display IfEnd:
  2. While 1: 1 display WhileEnd:
  3. For 1->$A To 1: 1 display Next:

    Returns

  4. Expected : but got IfEnd
  5. Expected : but got WhileEnd
  6. Expected : but got Next
danvim commented 7 years ago

Don't know how this bug originates, but should be fixed in commit 64ab3c4ace7b91f58ea846a6e24fbd4e48862582

danvim commented 7 years ago

Can this issue be closed? Have you tested?