-
Provide a kind of builder for generating entity graphs.
```
Entity.person { // ie. new Entity("person")
name "Guillaume Laforge"
age 32
address { // ie. new Entity("address")
stre…
-
One of the core AbcSmc capabilities is management of scenario projections: AbcSmc will systematically build up a scenario run plan and then run that plan.
However, there are use-case gaps and pain …
-
https://cooklang.org/ :)
-
```
It would be interesting to create a feature to allow translation of key
words of DSL into other languages, ex in Portuguese:
scenario = Cenário
given = Dado
when=Quando
then= Então
and = E
The …
-
Great lib, I wish it were available before I started my CLI project in dart
However imo it would be more koltin-like if it would use a builder syntax
Current:
```kotlin
= KInquirer.promptList…
-
This is the task list to move the Lens powered by ES|QL POC to a technical preview state.
- [x] Add an Advanced Setting/yml switch to enable/disable the use of ES|QL in Lens queries. Turn this settin…
-
```julia
rn1 = @reaction_network rn_observed begin
@variables X1(t)
@observables X2(t) ~ X1(t)
k, A --> 0
end
```
when expanded gives
```julia
:(Catalyst.compl…
-
#### _Background_
- _All Ruuter DSLs meant to be directly accessible are called `Service Endpoints` in scope of this task_
- _All Ruuter DSLs needed to serve `Service Endpoints` are called `Internal …
-
- by default a newly created instance in a tool using the view DSL should be selected
- an API should be available to specify what should be selected instead
-
It should be possible to rewrite the grammar [DSL](https://github.com/tree-sitter/tree-sitter/blob/master/cli/src/generate/dsl.js) in Kotlin/JS.
Grammar authors can then write the grammar in `grammar…