jmigpin/editor

Fyne

Closed this issue · 3 comments

Can you change the ui as fyne and support vlang with c nested

Adding syntax support for ‘V’ should be pretty easy, but what do you mean by “change the UI as fyne?”

Looks like the existing editor already applies highlighting (such as it does) to .v files. No change would be needed there.

image

The Fyne library seems to force a dependency on a C compiler. Not sure about a good reason to try to use it.

Regarding vlang: the comments/strings seem to be identical to verilog files, so as @gbluma pointed out, already kind of works. Wondering if vlang supports C syntax inside vlang itself (nested?). It could work already depending on how that is supported (ex: not inside a quoted string).