Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 DSL,我打算为 vim、gedit 和 netbeans 等编辑器创建一个语法荧光笔。
有没有人试过这个?
非常感谢任何指示。
克坦
一种可能的选择是使用与它们的宿主语言具有相同语法约定的 eDSL。Lisp 特别适合这种方法。