trying to change the compiler to treat if, elif, else as keywords
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
added primAt, primtAtPut, HCL_SYNERR_CATCH
This commit is contained in:
@ -27,11 +27,11 @@ if (< 2 3) {} elif true else ##ERROR: syntax error - block expression expected
|
||||
|
||||
---
|
||||
|
||||
if else ##ERROR: syntax error - special symbol not to be used as variable name
|
||||
if else ##ERROR: syntax error - prohibited in this context - else
|
||||
|
||||
---
|
||||
|
||||
if elif else ##ERROR: syntax error - special symbol not to be used as variable name
|
||||
if elif else ##ERROR: syntax error - prohibited in this context - elif
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user