|
Browse by Tags
All Tags » parser ( RSS)
-
I have been using #develop 3.0 to edit python (.py) files, but often come across the following error which seems to arise when defining argument names in functions. i.e. it failed when I was typing: def functionname(arg1,arg2, SharpDevelop Version : 3.0.0.2970 .NET Version : 2.0.50727.1433 OS Version...
Posted to
Forum
by
sprocketonline
on
03-25-2008
Filed under: NullReferenceException, IronPython, parser, pythonastwalker, python, ast
-
I created a parser: ParserFactory.CreateParser(SupportedLanguage.CSharp, new StringReader(content)) "content" is a valid C# file and includes the following code: public Activity Activity { get { if(activity.IsNew) { this.activity = Activity.GetInstance(this.ActivityId); } return this.activity...
Posted to
Forum
by
EatenByAGrue
on
04-17-2008
Filed under: Bug report, Interface, nrefactory, #develop, parser
-
The C# parser does not properly resolve the following syntax: class MyClass : #if CONDITION BaseClass1 #else BaseClass2 #endif { ... }
Page 1 of 1 (3 items)
|
|
|