Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add back dot and svg export #11

Closed
mschoch opened this issue Apr 15, 2017 · 0 comments
Closed

add back dot and svg export #11

mschoch opened this issue Apr 15, 2017 · 0 comments

Comments

@mschoch
Copy link
Contributor

mschoch commented Apr 15, 2017

I removed the dot and svg export code while making substantial improvements to the build phase.

The previous implementations would only work with the Builder, not the final FST. The new implementations will only work with the final FST (out of the box) and not with the Builder. The reason is that the builder no longer has direct access to everything required. It only has the unfinished nodes (stack) and registry of frequently used nodes. All other nodes that have been flushed out are forgotten by the builder (by design).

Exporting of the final FST to dot/svg will be exposed through the cmd-line tool, and at least initially function much like the debug command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant