Daniel J23
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 Finding 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... -
创建于 Is 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...