Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
138 views

Im trying to make a language for a book library, and want to achieve this syntax. CREATE BOOK { NAME: "b1", AUTHOR: "me", } How can I use cpp and macros so when this is ...
Advice
0 votes
3 replies
96 views

I developed a specifications language. Depending on the comments on this, I’ll call it a "code-aware specifications language" or a "verification-aware specifications language". The idea I’m playing ...
1 vote
1 answer
78 views

I’m working on a DSL parser using Java CUP, and I’m getting this error when trying to compile my .cup grammar: Error: Syntax error @ Symbol: PARSER (unknown:19/-5(-1) - unknown:19/1(-1)) Error : ...
2 votes
0 answers
48 views

I am trying to create UML-like diagram tool in Visual Studio 2022 which supports composition and aggregation. I know that Visual Studio 2022 has a Class Designer (.cd file extension) but it is missing ...
0 votes
1 answer
51 views

Python DSL Delta is not plat-form independent Server Socket Code for getting input url from user's client curl or browser Please make note curl will reply to empty server as disguise, but browser ...
0 votes
0 answers
26 views

I'm designing a custom DSL using Visual Studio DSL Designer, and I'm trying to model a classic Entity–Property structure. I have two DomainClass elements: Entity: represents a model class (like ...
0 votes
0 answers
175 views

Jenkins or the container process tried to write to /var/jenkins_home, but it lacked the required file system permissions. Jenkins pipelines on Kubernetes using a shared podTemplate that dynamically ...
1 vote
1 answer
82 views

I'm trying to write a summarizer for my DSL in order to display error messages in the console. I've been following the example with the Pico language and was able to successfully create a parser and ...
0 votes
0 answers
34 views

I’m defining an EMF metamodel but I keep getting an error on the { that starts my Model class. The parser highlights the opening brace after Model and reports: Encountered " "val" &...
1 vote
1 answer
71 views

I would like to define a DSL for writing lambda terms in Lean using macros a la the arithmetic example. I want to support syntax for multiple arguments in the lambda, and left-associativity. Thus far, ...
0 votes
0 answers
65 views

I have this SQLite query in my room database which works fine. Now I want to take this feature and implement it in my KTOR server. How can I write the same query in Exposed DSL? @Query( "...
0 votes
2 answers
476 views

How can I use !include within Structurizr, allowing more than one file to be added within the same workspace, my attempt: File 1 workspace { # Inclui o outro arquivo antes do model !include /...
user avatar
0 votes
0 answers
104 views

I am developing a plugin for Visual Studio Code to facilitate the programming of applications using a domain-specific programming language. Currently, there is a transpiler from such a language to C. ...
1 vote
1 answer
90 views

Preconditions The @DslMarker annotation can only be applied to annotation class by design. However, once our own annotation is defined (e.g., annotation class MyDslMarker), it can be applied to any ...
4 votes
1 answer
287 views

The question is about plugin development using Kotlin UI DSL (https://plugins.jetbrains.com/docs/intellij/kotlin-ui-dsl-version-2.html) For example, I have panel panel { list.forEach { item -> ...

15 30 50 per page
1
2 3 4 5
...
150

AltStyle によって変換されたページ (->オリジナル) /