Daniel J23
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
Daniel J23 创建了一个帖子, 已回答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... -
Daniel J23 进行了评论, -
Daniel J23 创建了一个帖子, 已回答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...