-
As a follow-up to #873, such calls should also present the user with all ASTs at once by choice (e.g., by adding a `MultiFile` AST-Root node or by returning a map of ASTs).
-
Currently, to see a value of variables we need to add print statements. This is quite cumbersome and slows down the workflow, as we need to do it for almost every variable, when doing some interactive…
-
it would be great to add support for diffing Solidity.
For this we can use the existing support from solidity compiler solc
solc --ast-compact-json contract.sol
Flag `--ast-compact-json` …
-
| --- | --- |
| Bugzilla Link | [506752](https://bugs.eclipse.org/bugs/show_bug.cgi?id=506752) |
| Status | REOPENED |
| Importance | P3 normal |
| Reported | Oct 30, 2016 14:34 EDT |
| Modified …
-
To proof the concept of delivering information from the engine to the IDE(s) via Ydoc structures is viable, let's prototype delivery of _expression updates_. To do following tasks are needed:
```[t…
-
| --- | --- |
| Bugzilla Link | [487075](https://bugs.eclipse.org/bugs/show_bug.cgi?id=487075) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Feb 03, 2016 04:34 EDT |
| Modified | May…
-
We'd like to explore a way to be able to render a simple AST explorer on the playground interface. We may take some parts of what the ocaml-vscode extension uses (ppx_tools dumpast), adapt it to our n…
-
```
import ast
dialect_str = 'a, /, b, c=3, *, d, e=5'
input_str = f'def f({dialect_str}): pass'
tree = ast.parse(input_str)
# Disect the tree here to get to the juicy function object whose Sig…
-
### Version
Yosys 0.39+149
### On which OS did this happen?
Linux
### Reproduction Steps
my test :
```
module top
(y, clk, wire197, wire196, wire195, wire194);
output wire [(32'h…
-
### Case
```java
@Nullable
public Boolean foo() {
return null; // Compliant
}
```
### Uses
```java
n.getAnnotations().get(0).calculateResolvedType()
```
### Stack
```
java.lang.…