-
> I have a few other papers that use spoon:
>
> https://scholar.google.pt/citations?view_op=view_citation&hl=en&user=0nKEYVsAAAAJ&citation_for_view=0nKEYVsAAAAJ:9yKSN-GCB0IC
>
> https://scholar.goog…
-
Type parameters should be actual parameters. For example,
```
def concat[T]: List[T] -> List[T] -> List[T] {
concat Empty {} list = list
concat Cons { value, list } other = Cons { value, l…
-
Has anyone considered adding the grammar for Ada 2022? I'm not positive precisely what all the differences are (there are some new keywords and definitely some syntactic rules). I found [this grammar]…
-
A minor rant because I think rev.ng has the right foundation and I want to see it succeed. The decompiler is not that important. Let's stop worrying about removing `_` characters and other shenanigans…
-
[httpresponse](https://github.com/golang/tools/tree/master/go/analysis/passes/httpresponse) really helps you to avoid a mistake when using net/http package.
But it only whether your function call of …
-
# Bug Report
### 🔎 Search Terms
expando, property assignments, arrow expression, #26368, #44988, #42203
### 🕗 Version & Regression Information
- This is the behavior in every version I tri…
jcalz updated
3 years ago
-
Thanks for creating these codemod utils and example! 🙂 Really cool.
I'm exploring if I could use this codemod for the migrations of BuckleScript `Js` modules proposed in https://github.com/BuckleSc…
-
-
> Another area I started looking into (but haven't deeply explored yet) for both figuring out how to map variable names to sections of code in a 'smart' way, and potentially also for module identifica…
-
Please include the following information in your issue:
1. _Which version of `units` you are using_: 2.3.1, although this problem exists on all versions, including 3.x.
2. _Which compiler exhibit…