-
```
see the attachment for a patch that adds subordinating conjuctions that were
missing so far:
als
bis
damit
dass
insofern
ob
seit
seitdem
während
```
Original issue reported on code.google.com b…
-
If we write
```
constraint Foo(bar) -> baz;
constraint Foo(fizz) -> buzz;
```
Starling should collapse this to
```
constraint Foo(bar) -> baz && buzz[bar\fizz]
```
It should be ok to …
-
Change grammar to allow "and" between phrases or maybe simple concatenation if not ambiguous. Such as, "delete line and three down and put". Rather than "delete line" (pause) "three down" (pause) "put…
-
I wonder why you chose the feature replaced by the last noun phrase as the value in conjunction situation. Is there any intuitive explanation? I'm confused since A and B are equally important in the '…
-
Since Statement components no longer contain conjunctions, it might be worthwhile to represent conjunctions in some other way.
One way of doing it might be by simply finding conjunctions during state…
-
We need to be able to handle conjunctions like "the Mississippi and Missouri Rivers".
-
Calliope encounters a problem to set the correct internal LED colour when the LED matrix display is used in the same program:
![image](https://user-images.githubusercontent.com/3738015/64166440-68565…
-
I hope this is the right place to mention this bug, as I found it using zotify (and reported it there too: https://github.com/zotify-dev/zotify/issues/195 ). Please delete if it's the wrong place to r…
-
This appears to be retaining the last item in the hopper rather than the chest it pulled from.
Reading the change log led me to expect an item left in the chest. Which would be useful in conjunctio…
-
Is there a way to have a word have multiple parts of speech, and of not I'd like to suggest it be added. I searched the documentation and couldn't find anything about it.
Many words fit into multipl…