Skip to content

implement Julia "compiler" using JSON schema output from flatc #52

Open
@ExpandingMan

Description

@ExpandingMan

So, it turns out that flatc has a (seemingly undocumented) option to generate the schema as a JSON. This introduces the possibility of writing a pure Julia compiler for flatbuffer schema using only existing parsing packages. You can see an example JSON schema here. I've not yet validated that it's complete (i.e. the full Julia code can be inferred from the JSON schema only), but so far it looks ok.

If #51 turns out to be a real disaster, I might start working on this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions