compiler/jv_dart_compiler.st
changeset 3 46c322c66a29
parent 1 46dd2b3b6974
child 5 77d56b3a771b
equal deleted inserted replaced
2:8fedb5e096fc 3:46c322c66a29
    43         "<className> or (<className> attributes...) in load order"
    43         "<className> or (<className> attributes...) in load order"
    44         #'jv_dart_compiler'
    44         #'jv_dart_compiler'
    45         #'Dart::ScannerBase'
    45         #'Dart::ScannerBase'
    46         #'Dart::Parser'
    46         #'Dart::Parser'
    47         #'Dart::Scanner'
    47         #'Dart::Scanner'
       
    48         #'Dart::ScannerTests'
       
    49         #'Dart::ParserError'
       
    50         #'Dart::SyntaxError'
       
    51         #'Dart::ScannerError'
       
    52         #'Dart::ParserTests'
    48     )
    53     )
    49 
    54 
    50     "Modified: / 10-01-2013 / 13:15:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    55     "Modified: / 11-01-2013 / 13:39:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    51 !
    56 !
    52 
    57 
    53 extensionMethodNames
    58 extensionMethodNames
    54     "lists the extension methods which are to be included in the project.
    59     "lists the extension methods which are to be included in the project.
    55      Entries are 2-element array literals, consisting of class-name and selector."
    60      Entries are 2-element array literals, consisting of class-name and selector."