-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current Behavior
Currently, when entering the repl of Dictu, expressions are directly printed as expected on t…
-
I am very interested in trying out langium and have done the basic tutorial in the web site. However, I am not able to make much progress due to the lack of actual language examples to refer to.…
-
Hi, I was taking a look at the [`use_local_in_initializer`](https://github.com/munificent/craftinginterpreters/blob/master/test/variable/use_local_in_initializer.lox) test:
```text
var a = "outer"…
-
### Check version
- [X] I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/master/C…
-
Hi,
great implementation!
Would it be difficult to add the ability of scripts to return values ? For example if I would like to evaluate an expression and would expect an boolean return type, or…
-
https://github.com/aeternity/aepp-sdk-js/blob/0478eed0a86b959e62b8b63a261711ec18888d90/src/chain.ts#L270
I hope I don't need to explain why is that a bad practice. It took me a day to figure out wh…
-
There are several very useful workflows in this category, some of them already elsewhere in the list.
What do you think of creating this (or similar) category? Have any nominations to make it worth…
-
I had trouble implementing break statement. I already added the tokens and statements with zero parameters (maybe there should be some - probably some context). I don't know how you would check if bre…
-
code:
```
let list = [1, 3, 4];
list@[0] = "string";
println(list);
```
error:
```
1: let list = [1, 3, 4];
2: list@[0] = "string";
3: println(list);
RuntimeError: '' is not defined
``…
-
When I `make clox`, my GCC gives this error message:
```
In function ‘concatenate’,
inlined from ‘run’ at c/vm.c:656:11:
c/vm.c:384:17: error: writing 1 byte into a region of size 0 [-Werror=s…