Felipe Nascimento

Results 5 issues of Felipe Nascimento

Create a syntax (I'm thinking in `for*`) for allowing comprehensions to produce an Iterator instead of a list, similar to what python does. This would help when the goal is...

Resolves #5379 Adds a syntax (I used `for each`, but is of course this is not defined) to allow comprehension to result in a generator instead of a array, similar...

Coconut's `data` allows for arbitrary length constructor using the `*args` syntax, like a function, but don't allow for type hints in those. This will work: ```python def foo(*args: float): ```...

modification

I've tried writing, by the documentation: ```js const fooInput = () => go(function* () { const { value } = yield e.input() const { click } = yield e.button('Insert') return...

In AGE systems, ability checks and attack rolls is made with 3d6, in which on dice, called stunt (or dragon, in Dragon Age) die, usually represent the degree of success,...