This project presents an experimental structured code editor prototype for a subset of C#.
Structured editors directly operate on the syntax tree of a program as opposed to lines of text. Goals: easier, faster editing in many scenarios through better program understanding.