-
The specification says that for each expression, first it is evaluated to value, the value's `toString` method is called to get a string result, and if the result is `null`, evaluation throws.
The …
lrhn updated
10 months ago
-
# Problem
PR #440 expands the repeated-element array syntax to accept a count of elements where `count` is an integer expression containing only literals, basic numeric operations, or global consta…
-
Spec is not clear about the $Subject. Consider the following expression.
```ballerina
f() + g() - k() * j()
```
What is the evaluation order of the subexpressions `f()`, `g()`, `k()`, and `j()`…
-
[`getContributions`](https://sourcegraph.com/github.com/sourcegraph/sourcegraph@bf2459978c99d6c47fd67a9cd845772004b02189/-/blob/client/shared/src/api/extension/extensionHostApi.ts?utm_source=VSCode-1.…
-
The parser and interpreter (#13) are related, but separate.
The parser is implemented with `parsec`. The code is mainly here:
https://github.com/johari/minicell/blob/33df1f901e91c7c2240eb30c4180…
-
The [IPV4](https://github.com/wizeline/wize-docs/blob/master/interview-process/engineers/questions/ipv4.md) problem mentions and discourages use of regular expressions twice.
Why?
It would be ni…
-
Need to define a query to get map entries based on the information available in EntryView. For example, get keys or values or entries modified after a specific time. Or, find entries that expire in le…
-
Traceback:
```
Module zope.tales.tales, line 696, in evaluate
- URL: kml_document
- Line 39, Column 6
- Expression:
- Names:
{'container': ,
'context': ,
'default':…
-
```
It is required to simplify polish postfix expressions – evaluate
functions, which have constants as their arguments, and replace these
functions with their result.
```
Original issue reported o…
-
```
It is required to simplify polish postfix expressions – evaluate
functions, which have constants as their arguments, and replace these
functions with their result.
```
Original issue reported o…