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

Use railroad instead of cgraph #11

Open
oli-obk opened this issue Aug 14, 2018 · 1 comment
Open

Use railroad instead of cgraph #11

oli-obk opened this issue Aug 14, 2018 · 1 comment

Comments

@oli-obk
Copy link
Owner

oli-obk commented Aug 14, 2018

Reasons:

  • it is pure Rust
  • it is prettier
  • it is freely configurable
  • it has a better API
  • it is pure Rust

Source:

https://github.com/lukaslueg/railroad

@bjorn3
Copy link
Collaborator

bjorn3 commented Aug 14, 2018

I believe railroad will only work for a subset of all possible control flow graphs, because it requires a context-free grammar.

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

No branches or pull requests

2 participants