trying to change the compiler to treat if, elif, else as keywords
All checks were successful
continuous-integration/drone/push Build is passing

added primAt, primtAtPut, HCL_SYNERR_CATCH
This commit is contained in:
2024-08-21 01:00:29 +09:00
parent b9103ea890
commit 32f1da7d28
9 changed files with 223 additions and 113 deletions

View File

@ -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
---