Re: [Mono-dev] Mono-devel-list Digest, Vol 72, Issue 10

2011-04-07 Thread Chris Seaton
grammar for Antlr or Jay and see if anyone else has managed it. Regards, Chris Seaton On 7 Apr 2011, at 19:30, Tom Spink wrote: On 7 April 2011 05:56, Sharp Blade无厚之刃 sharper.than.bla...@gmail.com wrote: Hello! Well,since I have a lot of experience with Antlr on C#,it does not seem

Re: [Mono-dev] monodis implemented with Cecil

2011-04-07 Thread Chris Seaton
. Regards, Chris Seaton ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Are constructors class methods or not?

2011-04-07 Thread Chris Seaton
When I disassemble a simple hello world C# program using monodis I have these two lines .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::'.ctor'() = ( IL_0001: call instance void object::'.ctor'() In the former the

[Mono-dev] monodis implemented with Cecil

2011-04-05 Thread Chris Seaton
, Chris Seaton ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Implementing a managed monodis using Cecil

2011-04-01 Thread Chris Seaton
of monodis - to keep all of the options and output the same. Is anyone aware of any previous projects to implement monodis using Cecil? Is there anyone that I should talk to regarding this? Or should I just fork on GitHub and get cracking? Regards, Chris Seaton

[Mono-dev] mono/jit directory?

2006-02-17 Thread Chris Seaton
I've downloaded the Mono 1.1.13.2 tar ball and the README says that there is a mono/jit directory, but there doesn't seem to be one. I'm interested in the JIT compiler code - where is it now? And should the README file be updated? Chris Seaton

[Mono-dev] Running mcs from MSys make?

2005-09-20 Thread Chris Seaton
file, but fails. I alpologise for having to mask my file names, but that shouldn't make any difference. mcs -warn:4 -debug -optimize+ -target:library -out:foo.dll x.cs y.cs z.cs /c/Program Files/Mono-1.1.8.3/bin/mcs: /c/Documents and Settings/Chris Seaton/My Documents/ foo /C:/PROGRA~1/MONO-1~1.3

[Mono-dev] Marshalling of strings

2005-09-20 Thread Chris Seaton
to return it. What if my strings aren't null terminated? They're still Unicode if they're not null terminated. Can someone tell me explicitly what character encodings should be used to do pinvoke? Thanks Chris Seaton ___ Mono-devel-list mailing list