mirror of
https://github.com/github/semantic.git
synced 2025-01-08 16:39:47 +03:00
Parsing, analyzing, and comparing source code across many languages
3542e853f8
Both floor division (`//`) and true division (`/`) were being parsed as `DividedBy` nodes. This fixes that. To test, try `2.5 // 1.26` and `3 // 2`. |
||
---|---|---|
app | ||
bench | ||
bin | ||
preludes | ||
script | ||
src | ||
test | ||
vendor | ||
.ghci | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.hspec | ||
.stylish-haskell.yaml | ||
Dockerfile.release | ||
HLint.hs | ||
semantic.cabal | ||
Setup.hs |