compiler/ctu_dart_compiler.st
changeset 10 5df5a2f8e4b5
parent 8 c2de4aaa2670
equal deleted inserted replaced
9:ae0dabfd3321 10:5df5a2f8e4b5
    77      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    77      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    78 
    78 
    79     ^ #(
    79     ^ #(
    80         "<className> or (<className> attributes...) in load order"
    80         "<className> or (<className> attributes...) in load order"
    81         #'Dart::Parser'
    81         #'Dart::Parser'
       
    82         #'Dart::ParserContext'
    82         #'Dart::ParserError'
    83         #'Dart::ParserError'
    83         #'Dart::ScannerBase'
    84         #'Dart::ScannerBase'
    84         #'ctu_dart_compiler'
    85         #'ctu_dart_compiler'
    85         #'Dart::Scanner'
    86         #'Dart::Scanner'
    86         #'Dart::ScannerError'
    87         #'Dart::ScannerError'