Hacker News new | ask | show | jobs
by billconan 1659 days ago
I developed a node editor that generates state machines in rust to simplify/prune abstract syntax trees.

It greatly improved my productivity. I can't imagine creating a complex state machine in a non-visual way. Code (functions in a source code file) is organized linearly, whereas a state machine is a graph.