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

Missing overload Parser.Parse(ISourceStream) #34

Open
medoni opened this issue May 8, 2020 · 1 comment
Open

Missing overload Parser.Parse(ISourceStream) #34

medoni opened this issue May 8, 2020 · 1 comment

Comments

@medoni
Copy link

medoni commented May 8, 2020

I need a custom ISourceStream (System.Span<T>) but there is no overload for the parser parse function.

https://github.com/IronyProject/Irony/blob/master/Irony/Parsing/Parser/Parser.cs#L62

@rivantsov
Copy link
Contributor

hi, sorry for the delay with response.. I don't have a ready solution. Yes, the parser misses a lot of things, needs a refresh definitely, will get to this definitely.
Maybe try creating your own revised copy of Parser class?

I myself use Irony currently (GraphQL), and see myself a lot of shortcomings, but no time for upgrading it, doing workarounds instead.

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

2 participants