-
Notifications
You must be signed in to change notification settings - Fork 24
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
Exposed parse method in TLAPM API #147
Conversation
Signed-off-by: Andrew Helwer <[email protected]>
I added a similar function in the LSP branch. Mine does more about related modules. Is is meaningful to keep them both? |
I think so, because it would be nice to just generate a syntax tree without doing anything else. For example, I would want to check how |
@ahelwer, the LSP branch has now been merged.
|
How about |
Signed-off-by: Karolis Petrauskas <[email protected]>
Signed-off-by: Karolis Petrauskas <[email protected]>
I sent you a PR with an attempt to resolve this naming clash. |
Signed-off-by: Andrew Helwer <[email protected]>
Why have you reverted |
An attempt to justify the naming clash.
Signed-off-by: Karolis Petrauskas <[email protected]>
This adds a simple string -> parse tree method in TLAPM's public API, so it can be hit by non-inline unit tests.