Jedhy
jedhy
is a static code analysis tool providing autocompletion and
documentation introspection for Hy, a lisp embedded in Python.
Leveraged in Emacs hy-mode IDE which I maintain.
Current Features:
- Complete macros, compile table, and all standard python constructs with mangling handled.
- Documentation introspection and formatting (eg. for Emacs
Eldoc mode
). - Annotations (eg. for Emacs
Company mode
).
Jedhy is fully tested. See the tests for examples. src.actions
exposes the
API.