Page 1 of 1

KSP (Kontakt Script Processor) lexer

Posted: 14.03.2020 22:19
by Alexey
Lexer is made, it is almost copied from Sublime lexer (keywords are copied, but not all rules, it's not simple).
In the next 1 hour will be put to Addon Manager.
Shows some items in code-tree ("on nnnn ... end on").
Example screenshot:

Posted: 15.03.2020 12:21
by dhealey
Oh this is excellent, are you including the KSP compiler?

Posted: 15.03.2020 17:52
by Alexey
I found mention about KSP at your youtube, so looked at it, Sublime lexer had not much donwloads, but anyway KSP looks like good useful app, so I made the lexer. I don't have the software, it costs n*100$ so i won't do the compiler, even if you ask for it for donation... and I don't know how to use KSP

Posted: 15.03.2020 22:38
by dhealey
Alexey wrote:I found mention about KSP at your youtube, so looked at it, Sublime lexer had not much donwloads, but anyway KSP looks like good useful app, so I made the lexer. I don't have the software, it costs n*100$ so i won't do the compiler, even if you ask for it for donation... and I don't know how to use KSP
Oh that's cool. The KSP compiler is free and Sublime has an unlimited free trial (or at least it used to).

Is it this one that you have been using - https://github.com/nojanath/SublimeKSP ?

Posted: 16.03.2020 09:49
by Alexey
Yes, I looked at it, at lexer from this package.