Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 797 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 797 Bytes

CircleCI

trin

  • trin a static analyzer for Clojure, ClojureScript (and eventually ClojureC)
  • PoC to explore reimplementing refactor-nrepl.find.find-locals using trin

Status

trin is alpha.

Currently trin only focuses on analysing locals to achieve a PoC for find-locals.

That said this should unlock the following features (based on refactor-nrepl):

  • promote fn
  • extract function
  • inline local symbol
  • find local usages/rename local symbol
  • create-fn from example

without the need of a REPL.

License

Copyright © 2019 Benedek Fazekas