-
### Task Overview
Codebase: `https://github.com/stakwork/sphinx-tribes`
Language: `go`
Develop a tool or script that can be packaged up as an AWS Lambda function that analyzes an entire Go (go)…
-
I've tried looking at a couple of reductions, e.g. `((MULT ONE) ONE)` in my browser, and I cannot see the full trees, either with or without desugaring. I've tried on Chrome Version 101.0.4951.64 (Off…
-
The parser should produce ASTs for `asm`-blocks. This will ensure we are in control of error messages and also we can later implement a type-checker for the `asm`-blocks.
-
**What happened**:
描述以下操作流程
1. 创建一个 2 replicas asts, 并填写 `.spec.lifecycle.preDelete.labelsHandler` 字段以启用 preDelete lifecycle hook. 同时指定 updateStrategy 策略为 `rollingUpdate`, `maxUnavailable=1`, 并…
-
Even if it's well-typed, Babylon ASTs permit things which are not valid JavaScript syntax (for example, module declarations in scripts). What's the idea for how to validate these ASTs? I suppose, with…
-
### Component
Forge
### Describe the feature you would like
**UPDATE** see https://github.com/foundry-rs/foundry/issues/7212#issuecomment-2075291224
I would like the forge build command to…
-
### Reproducing the behavior
The error was initially reported by @NoamDev here https://github.com/HigherOrderCO/Bend/pull/725#issuecomment-2397741817
Considering this program
```
# a.bend
fro…
-
The ruff parser is error-resilient and will generate a best-effort AST for any input, but red-knot currently assumes a valid AST in some places, and this can cause panics if it's run over an invalid A…
-
This is not the hugest of problems, but I wanted to write this down because I looked at it again recently.
We have two obstacles to easily generating random ASTs to test:
1. `defsDecl` directly …