Dennis Mueller
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Dennis Mueller created a post, Error during syntax highlighting
So, I have implemented a lexer and parser for my language, and a SyntaxHighlighter, and with existing documents everything works fine. But when I try to write a new document in my language, two thi... -
Dennis Mueller created a post, Implementing a simple REPL
I'm rather confused about the Console class (and various extensions thereof). What I *want* to do is create a REPL-style console for my Plugin. I already have an object that I can send commands as... -
Dennis Mueller created a post, Projects v. Modules
I'm currently toying around with the Plugin API, and I have a particular structure for a language extension in mind. Precisely, I want a project for my language to (ultimately) be a folder containi...