AlgebraicJulia / Semagrams.jl

A graphical editor for graph-like structures
https://algebraicjulia.github.io/Semagrams.jl/
MIT License
96 stars 10 forks source link

Nested ACSet Serialization #99

Open olynch opened 1 year ago

olynch commented 1 year ago

There should be a native serialization of nested ACSets that is not Catlab-compatible because it is explicitly nested. Of course, at some point, we may want to support nested ACSets in Catlab.

Then we should have conversion to and from flat acsets. Flat acsets should have Catlab-compatible serialization.

sjbreiner commented 1 year ago

I'm going to start working on this, at least to get it to the point where I can save and retrieve work from a file.

olynch commented 1 year ago

Thanks @sjbreiner!