-
I've never really done anything with one but I find myself quite keen on the idea of a pipeline for generating an JSON version of the Gleam AST and being able to convert that to & from source code.
…
-
# JSON AST
Pretty naive - first draft, _it may have changes_ - it depends on if it is okey for programmatically usage. It is based on original/default JavaScript's `JSON.parse` method and little patc…
-
# Summary
Much like regular expression, JSON Schema has features that are easy to understand, and some which require looking up references or using tools to understand. Regular expression has tools…
-
### Describe the issue:
The `--help` command claims you can use the flag `--solc-ast` to provide a contract as a json AST, however it does not do anything at all.
### Code example to reproduce the i…
-
**Is your feature request related to a problem? Please describe.**
We are interested in optimizing AST with other graph-based approaches and convert it back to system verilog/verilog module files for…
-
Just encountered this error when running `dart fix --dry-run`. Since I was prompted to do so, I opened this ticket.
I have to add that I tried `dart fix --apply` next which completed without an err…
-
Problem:
Currently JSON AST (abstract syntaxt tree, i.e. abstract json representation) is not exposed when converting objects to json. This is a design issue inherently leading to lack of flexibility…
-
Hello in getting this error when running the command
genese cpx -l js .\src\
****
Welcome to @genese cli
C:\Users\gabriel\AppData\Roaming\npm\node_modules\@genese\complexity\dist\src\language…
-
### Link to the code that reproduces this issue
https://github.com/chester-lang/chester/tree/a01bbf243258ff4a679f7df83ec0b67142de7749/site
### To Reproduce
`npx @next/codemod@canary upgrade rc` on …
-
Hey, first of all, thanks for the awesome project. I'm working on a plugin that replace some constants to boolean literal in virtual code. Here is the plugin:
```ts
// tsm.config.ts
import { crea…