Revision 27692

Date:
2009/07/24 02:15:04
Author:
wayland
Revision Log:
[S32/Abstraction]: Documented .parse and .parsefile methods on Grammar.
Note that the method signatures may be wrong. pmichaud++ for pointing
these functions out.
Files:

Legend:

 
Added
 
Removed
 
Modified
  • docs/Perl6/Spec/S32-setting-library/Abstraction.pod

     
    35 35
    36 36 class Role does Abstraction {...}
    37 37
    38 class Grammar does Abstraction {...}
    39
    40 38 class Module does Abstraction {...}
    41 39
    42 40 class Package does Abstraction {...}
    43 41
    42 =head2 Grammar
    43
    44
    45 class Grammar does Abstraction {
    46 method parse(Str $text) {...}
    47 method parsefile(Str $filename) {...}
    48 }
    49
    50
    44 51 =head1 Additions
    45 52
    46 53 Please post errors and feedback to perl6-language. If you are making