An open API service indexing awesome lists of open source software.

https://github.com/boppreh/structured-editor

Structured editor for general purpose programming languages
https://github.com/boppreh/structured-editor

Last synced: 2 months ago
JSON representation

Structured editor for general purpose programming languages

Awesome Lists containing this project

README

        

structured-editor
=================

This is a code editor with a different paradigm: instead of editing the source code *text*,
it edits the source code *structure*. Currently the only language supported is [Lua](http://www.lua.org/), but new
extensions are being planned.

This program is being developed as the final project for an undergraduate degree in Computer Science.

![alt text](https://github.com/boppreh/structured-editor/raw/master/main_window.png)