문제

I am new to DSL area and I am developing a DSL language. I will need to provide an editor to write the in that language what makes Xtext a very good option. However, some of my libraries are in Python and I need to "run" the DSL in python. Any idea how to integrate them?

the perfect scenario would be:

Xtext -> Pass the Tokens to Python -> Semantics in Python

thank you

올바른 솔루션이 없습니다

다른 팁

Well, I think the answer is quite simple:

I can generate the code in a XML or pyconf format and read from python :)

thank you anyway

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top