xtext
DSL for pretty standard object model with a mapping to an SQL DB
I need a DSL (for Xtext) for describing a pretty standard object model: There are entities They have fields which can either be primitives or references to other entities[详细]
2023-02-13 23:00 分类:问答Xtext: using the grammar classes in ISemanticHighlightingCalculator
Listen, I have a grammar. See just the specific part I need to handle: Par: id=ID | string=STRING | integer=INT;[详细]
2023-02-10 11:46 分类:问答Actionscript 3 code beautifier for xpand (MWE2 Workflow)
I Currently I\'m developing a code generator for Java and Actionscript3. The generator works quiet well, but the Actionscript3 code isn\'t really nice.[详细]
2023-02-02 07:17 分类:问答Pros/cons of different language workbench tools such as Xtext and MPS?
Does anyone have experience working with language workbench tools such as Xtext, Spoofax, and JetBrains\' MPS?I\'m looking to try one out and am having a hard time finding a good comparison of the dif[详细]
2023-01-29 02:46 分类:问答Java plug-in Extension Point
I am creating a programming language in xtext and I want: I need to know which extension point I have to choose to create my own Run-As handler in the plug-in development.[详细]
2023-01-19 06:03 分类:问答What is practical use of IDEA MPS and Eclipse Xtext
Both of those frameworks deal with meta-model: XText (Eclipse) MPS (JetBrain) Do you have example of practical applications based on meta-model开发者_开发知识库 transformation with those tools?We[详细]
2023-01-09 12:01 分类:问答Getting XText to work
I know you don\'t like helping others in their homework but I have to make an XText grammar, write a sample code that matches this grammar and compile it to a html file.[详细]
2022-12-30 22:44 分类:问答Why doesn't linking work in my Xtext-based DSL?
The following is the Xtext grammar for my DSL. Model: variableTypes=VariableTypes predicateTypes=PredicateTypes variableDeclarations=[详细]
2022-12-29 01:18 分类:问答What are the main differences between Jetbrains' MPS and Eclipse Xtext?
I have used Eclipse Xtext in several projects. I loved the ease of 开发者_如何学Pythondefining a grammar over an Ecore (meta)model and letting everything generated for you including awesome Eclipse pl[详细]
2022-12-25 22:42 分类:问答