KarolS / millfork

Millfork: a middle-level programming language targeting 6502- and Z80-based microcomputers and home consoles
https://karols.github.io/millfork/
GNU General Public License v3.0
256 stars 21 forks source link

Language Server Support #80

Open agg23 opened 4 years ago

agg23 commented 4 years ago

I have been thinking about bringing Language Server support to Millfork for a while now and just recently got some time to start looking into it. Is this something you've looked into @KarolS /would be interested in?

I'm planning on seeing what I can produce with some hacking around, but would also like to know if there has been any work in this space previously.

KarolS commented 4 years ago

Sorry for not answering later.

As for the Language Server implementation, I thought about it, I thought it would be really nice to have, but I decided to keep it for later.

I'm all in favour of implementing it, thanks for giving it a go.