We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this is the missing piece for having a 100% documented library. To do that we need to parse the "@Class" tag in the .tl file first.
The text was updated successfully, but these errors were encountered:
Hi! Perhaps I could help?
What do you think about porting parser to use something like https://github.com/Geal/nom ?
I could rewrite parser to produce full AST including @ Class definitions.
I have experience with parsing .tl files using parser combinators: https://github.com/egramtel/tdsharp/blob/master/TdLib.CodeGen/Parser.fs (.NET / C# / F#)
Sorry, something went wrong.
Having full AST could also help with removing 1-variant enums #14
Hi! Perhaps I could help? What do you think about porting parser to use something like https://github.com/Geal/nom ? I could rewrite parser to produce full AST including @ Class definitions. I have experience with parsing .tl files using parser combinators: https://github.com/egramtel/tdsharp/blob/master/TdLib.CodeGen/Parser.fs (.NET / C# / F#)
Hi!
I think that would be great! I'd be more than happy to review/merge that.
No branches or pull requests
Currently this is the missing piece for having a 100% documented library. To do that we need to parse the "@Class" tag in the .tl file first.
The text was updated successfully, but these errors were encountered: