Commit fc05e5a
Matthias Kastner
enhanced constant parsing
explicitly match the Constant Name without white spaces, allow comments,
match content of constant and any comments to it.
```igorpro
StrConstant REQUIRE_MODE1 = "a\\\"bc" // == OUTPUT_MESSAGE | INCREASE_ERROR | ABORT_FUNCTION
static Constant REQUIRE_MODE2 = 0x3B // == OUTPUT_MESSAGE | INCREASE_ERROR | ABORT_FUNCTION
static Constant REQUIRE_MODE3 = 7 // == OUTPUT_MESSAGE | INCREASE_ERROR | ABORT_FUNCTION
static Constant REQUIRE_MODE4 = 7
Constant a=1
Constant c=5
```1 parent 8b7b72e commit fc05e5a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
| 345 | + | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
| |||
0 commit comments