Bug Description
// and /* ... */ comments are supported, but ; comments are not supported.
Steps to Reproduce
- Open a
test.s file with the following content:
; This should be treated as a comment
Expected Behavior
; should start a comment except when it is part of string literal. No diagnostics should be produced in comments.
Actual Behavior
; comments are parsed as regular code, false positive diagnostics are produced.
Environment
Bug Description
//and/* ... */comments are supported, but;comments are not supported.Steps to Reproduce
test.sfile with the following content:; This should be treated as a commentExpected Behavior
;should start a comment except when it is part of string literal. No diagnostics should be produced in comments.Actual Behavior
;comments are parsed as regular code, false positive diagnostics are produced.Environment
OS: Windows 10, macOS Sequoia 15.3.2
ArmLS Version: 0.7.4
I have searched for existing bug reports
I have included all relevant information