rledit

    Sometimes, I solve programming problems by coding on paper. A few days ago, it looked like this:

    A piece of paper with source code written on it with annotations.

    I’ve started working on a code editor that is a mix of a text editor and a structured editor. It is all text, but parsers and pretty printers allow you to work with a tree structure and not think too much about syntax. It is a work in progress. Code is here.

    Screenshot of rledit editing a JSON document with a selection.