semantic
semantic copied to clipboard
Parsing, analyzing, and comparing source code across many languages
Though FilePath is very flawed, especially on Windows, typed paths were a failed experiment. They did not actually catch any bugs; the best thing they did was expose some very...
Right now we have an unfortunate problem: we `cabal update` in CI, then build, often leading to many dependencies being rebuilt. Then we build the branch, but the build or...
Bazel CI is currently stuck on 8.10 and is in particular using an old `hedgehog` which our tests don't support due to deprecations. We disabled it in #679, but would...
This doesn't apply to all languages, but it would be nice to distinguish between statements and expressions at the level of abstract domains. The goal would be to avoid polluting...
As a Kotlin user, it would be benefical if semantic support Kotlin programming language. https://kotlinlang.org/
Does semantic properly parse call by reference for php? E.g., ``` function foo(&$a) { $a++; } ``` I was experimenting with this function using the latest semanatic docker, and I...
Any interest in supporting F#? We have our own compiler APIs that enable all kinds of stuff based on structure and semantics; and it's part of the compiler proper, not...
I'm using the 'latest' docker tag. PHP dowhile loops have the body/condition inverted (the condition is listed in the body and the body in the condition). ```
I try to build revision 34ea0d1dd6, because it still contains the json adjacency output. The problem is only with the python part (see below), but I need exactly that. Google...
Any possibility of adding Clojure/ClojureScript support?