Skip to content
Discussion options

You must be logged in to vote

Doesn't necessarily have to be a friend if each AST type can also serialize the private stuff and then knows how to recreate itself from the deserialized data, but I doubt that is the case currently.

Different classes of AST nodes are de-duped, basic types being one of them. When types are serialized they're generally done in a way that would make it hard to recover that (like we just serialize some string instead of all of the type details, though there are various options controlling the output now).

It's all doable with some work though, just many things to solve. Ax another example, basically all string memory (for symbol names and whatnot) is backed by the original file loaded into t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mlyoung101
Comment options

@MikePopoloski
Comment options

Answer selected by mlyoung101
@mlyoung101
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants