JohnDTill / MathBran

Serialized typesetting standard
MIT License
2 stars 0 forks source link

Use ASCII #3

Closed JohnDTill closed 2 years ago

JohnDTill commented 3 years ago

The current MathBran was designed with readability in mind, assuming a 16bit char because QString was the implementation string type. This should be redesigned with the control characters and construct codes as contiguous ASCII characters to work well with most string types. There could be a conversion function to write the more human readable format.

JohnDTill commented 2 years ago

All related work is being done in https://github.com/JohnDTill/Forscape