danielstjules / jsinspect

Detect copy-pasted and structurally similar code
MIT License
3.57k stars 128 forks source link

How to reuse this for Swift language? #39

Closed steve21124 closed 8 years ago

steve21124 commented 8 years ago

__

danielstjules commented 8 years ago

Sorry, you can't - different languages, different ASTs. I'd just use anything based on Rabin–Karp, e.g. http://pmd.github.io/ Good luck!