Closed fgaz closed 1 year ago
Interesting, I don't think assert.fs
was included by default in v0.7.3
(at least that's what the error seems to point towards).
This should be easy to fix by just placing the closing bracket on the same line as the comment, which is definitely a no-op for Forth but should trick most syntax highlighting correctly :)
Will push a fix in a bit, thanks for reporting this @fgaz !
This parenthesis:
https://github.com/ams-hackers/gbforth/blob/dd0188c8dd7834ea48a50f5a1a796887912161a0/src/compiler/cross.fs#L98-L99
causes the following error on gforth 0.7.9
cc @davazp