简体   繁体   中英

How to use XBaseInterpreter in Xtext?

can someone tell me, how i can use "xbaseinterpreter"? I have no idea :(

I have written a DSL used to define simple protocol-structure for a sensornet, the goal of the work is to check if a data-message(as Instance) belongs to any user-defined structure. I want to use an interpret to analyze the user-defined structure and write the corresponding information into my database directly. I thought, xbaseinterpreter is just the one i can use, but i could not find much more useful information about it.

can one use the inferred JvmModel in the interpreter?How?

Thank you

See the tortoise language as a working example of how to use xbase and the interpreter.

http://eclipse.org/Xtext/documentation/208_tortoise.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM