Documentation

Commentary

Symex mode (pronounced sym-ex, as in symbolic expression) is a vim-
inspired way of editing Lisp code as trees.  Entering symex mode
allows you to reason about your code in terms of its structure,
similar to other tools like paredit and lispy.  But while in those
packages the tree representation is implicit, symex mode models
the tree structure explicitly so that tree navigations and operations
can be described using an expressive DSL, and invoked in a vim-
style modal interface.

Under the hood, Symex mode uses paredit and Tree-Sitter for parsing
the code syntax tree.

Consumers

Reverse Dependencies

No reverse dependencies recorded.