Hi, All:
  There is a file called "gen-treedump.cs" in mcs package.
  From the code, it is a dumper for the parser tree in MCS
  compiler. 

  But this file is not used in any test program or the compiler.
  I tried to change the driver.cs to create a dumper for every
  file it compiles. Then I realised that the dumper does not
  use the right attributes or packages in current implementation.

  for example, it uses Unary.Operator.PreIncrement which is not
  in the Unary class but UnaryMutator. 

  Is this file not in use?

  I am studying the parser tree in this compiler. 

Thanks
linkspeed
______________________________________

===================================================================
������ѵ������� (http://mail.sina.com.cn)
���˷�����Ϣ�������г���һ�ߣ��ó���ʱ�ͳ��֣� (http://classad.sina.com.cn/2shou/)

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to