Daniel J23
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Daniel J23 created a post, AnsweredFinding declarations in an injected language.
I am writing a plugin for a custom language that is injected into python string literals. Imagine something like this: code = [ "$foo = 3", // My language is injected in these string literal... -
Daniel J23 commented, -
Daniel J23 created a post, AnsweredIs it possible to use a bnf and jflex file in a standalone environment without it being a intellij plugin?
I've written a .bnf and .flex file for my language to be used in the IntelliJ plugin. Now I am hoping to use these same files for the compiler for my language. The generated code seems to be very t...