justinpombrio / synless

Synless is a language-agnostic tree editor.
20 stars 2 forks source link

Extract core editor from demo crate #41

Closed e-matteson closed 4 years ago

e-matteson commented 4 years ago

There should be a core editor that does all the interesting work of manipulating documents, but doesn't know anything about keymaps or the concatenative language. This functionality is currently all mixed together in the demo crate, but should be separated out and moved to a different crate - maybe editor, or maybe something new.

e-matteson commented 4 years ago

It's split into separate files now, but not separate crates. Closing, see #60.