irony
Analysing C# source with Irony
This is what my team and I chose to do for our school project. Well, actually we haven\'t decided on how to parse the C# source files yet.[详细]
2023-04-08 17:24 分类:问答Defining constants and operators in Irony
I\'m new to Irony and the whole language implementation shebang, so I\'ve been playing around with the ExpressionEvaluator sample that comes with the Irony source, which seems to (almost) suit my need[详细]
2023-03-25 19:24 分类:问答Is there an existing ANTLR or IRONY grammar for R?
Does anyone know if there is an existing existing ANTLR or IRONY grammar for R? Many than开发者_如何学Goks.I\'ve built an R grammar for the early access \"Honey Badger\" ANTLR v4 release, if you\'d l[详细]
2023-02-27 07:42 分类:问答I've created my first language in Irony, now how do I get it into Visual Studio 2010?
I tried following this, but I get an error at the end of the wizard. I\'m not sure it\'s compatible with 2010. I\'m watching this video on Ook, but I\'m not sure how to tie it in with Irony. I think I[详细]
2023-02-25 11:05 分类:问答Irony: How to give KeyTerm precedence over variable?
Relevant chunk of Irony grammar: var VARIABLE = new RegexBasedTerminal("variable", @"(?-i)\\$?\\w+");[详细]
2023-02-23 05:11 分类:问答How can I define an "else" block?
Here\'s what I\'m trying: foreach_in.Rule = ToTerm(\"foreach\") + \"(\" + VARIABLE + \"in\" + list_obj + \")\";[详细]
2023-02-20 08:56 分类:问答Irony: How to disallow a space between 2 tokens?
I\'m trying to define PHP-style variables in Irony like so: variable.Rule = \"$\" + identifier; Works great, except that you\'re allowed to put spaces between the $ and the identifier. I want to pr[详细]
2023-02-12 10:35 分类:问答How to define syntax
I am new at language processing and I want to create a parser with Irony for a following syntax: name1:value1 name2:value2 name3:value ...[详细]
2023-01-10 02:24 分类:问答Lightbox not Working
I downloaded & followed the instruction on how to set up the Lightbox effect from here but it is not working view please help me.[详细]
2022-12-21 04:19 分类:问答