autostep / AutoStep

AutoStep Testing Framework - Core Libraries and Components
MIT License
22 stars 1 forks source link

Editor Syntax Highlighting - Editor stops highlighting syntax errors further down document #39

Closed JohnRudden closed 4 years ago

JohnRudden commented 4 years ago

When the editor highlights errors in the feature document, such as

image

sometimes when an additional error is highlighted earlier in the document, the subsequent errors are no longer highlighted

image

alistairjevans commented 4 years ago

Syntax errors are detected in phase 1 of the compilation process; Feature duplication won't be picked up until phase 2. Looks like we need to allow the compiler to progress past phase 1 if it can, even if it has errors.

Moving to the language repo.