[compiler docs]: Update to reflect way to debug the parser
authorMiguel de Icaza <miguel@gnome.org>
Sun, 5 May 2013 18:30:21 +0000 (14:30 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 21 Jun 2013 13:52:20 +0000 (09:52 -0400)
mcs/docs/compiler.txt

index aff44d051b12829c905b4216da3f8cbe3bf0f9a4..328f174f71d4dd87f590ea3c4e8f4841ac7a3a0a 100755 (executable)
        $ csharp -v -v
 
        This will turn on the parser debugging output and will
-       generate a lot of data when parsing its input.
+       generate a lot of data when parsing its input (make sure that
+       your parser has been compiled with the -v flag, see above for 
+       details).
 
        To start with a new completion scheme, type your C# code and
        then hit the tab key to trigger the completion engine.  In the
        We then rebuild our compiler:
 
        (cd mcs/; make cs-parser.jay)
-       (cd tools/csharplib; make install)
+       (cd class/Mono.CSharp; make install)
 
        And re-run csharp: