Textended Update

Last week I published my structured editor and the textended file format. Since then I have been improving it:

Next week I plan to have a complete python <-> t+ translation. Fortunately python provides customized importers and access to language's abstract syntax trees. Once I'll have the translation layer, I can try out how this editor works for programming.

I might have to rethink the file format a bit. Discovered it may be challenging to stream via an unix pipe.

Similar posts