4
I Use This!
Inactive

News

Analyzed about 10 hours ago. based on code collected 1 day ago.
Posted almost 9 years ago by igitur
There is already an actively maintained fork on github - https://github.com/daxnet/irony
Posted almost 9 years ago by igitur
There is already an actively maintained fork on github - https://github.com/daxnet/irony
Posted almost 9 years ago by nvanhaaster
I have tried to contact the owner of the repo. Since no reply have made a fork in GitHub and will start pushing to get the owner to take control. https://github.com/Nico-VanHaaster/Irony.Net
Posted almost 9 years ago by nvanhaaster
I have tried to contact the repository owner about moving to GitHub. I have created a fork of the source there at https://github.com/Nico-VanHaaster/Irony.Net Happy to take this further as I use this framework a fair amount.
Posted almost 9 years ago by knsubs
irony samples have sql 89 grammar. does anyone have a sql 92 or more recent version of grammar file ?
Posted about 9 years ago by bazzilic
So, is this project dead or is there any chance of continued support? Like adding support for .NET Standard/Core, updating NuGets.
Posted about 9 years ago by bishrtabbaa
Agreed. When will Irony be migrated to GitHub?
Posted about 9 years ago by KalaiselviAthi
"Boolean" node type is not creating using defaultAstnodecreator . via Getconstructor.It throws Null exception in DotNetcore.Please help me on this? there is a way without using Getconstructor.Comments: Yeah I will change it and test it.
Posted about 9 years ago by KalaiselviAthi
As root node is statement list.I am reading the first child node like " this._parseTree.Root.FirstChild.AstNode" , First child is assigning without any issue. But when it comes to ASTNODE of it in "Parsetreenode" .It throws back as null.Can you help me on this? How to use it?Comments: Okay I will check AstNodeConfig
Posted about 9 years ago by KalaiselviAthi
What does this error "Transient non-terminal must have zero or one non-punctuation child nodes; non-terminals: PAREN_EXPR ASSIGN_DATAREF_STMT setExpressionRecursiveStmt." in languagedata of IronyComments: Thank you Ivan . I will try it :)