Skip to content

add ast printer

Compare
Choose a tag to compare
@jensneuse jensneuse released this 02 Mar 12:14
· 2922 commits to master since this release
9b686be

This Release introduces the printer api.
It currently supports to print executable definitions.
Indentation is not yet implemented because the very first version of the printer is intended to be used only by computers.
Having the printer in this repo enables one to parse and validate an executable definition, modify it and print it out. This can be used e.g. to write a graphql proxy for rewriting queries.