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
- Host: GitHub
- URL: https://github.com/boppreh/structured-editor
- Owner: boppreh
- Created: 2013-04-20T19:46:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T19:58:17.000Z (over 9 years ago)
- Last Synced: 2025-03-25T13:46:15.767Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
