compiler/stx_goodies_petitparser_compiler.st
changeset 477 b18b6cc7aabc
parent 464 f6d77fee9811
child 480 5b0254cca4db
equal deleted inserted replaced
476:c45383095de4 477:b18b6cc7aabc
    74      by searching all classes (and their packages) which are referenced by my classes."
    74      by searching all classes (and their packages) which are referenced by my classes."
    75 
    75 
    76     ^ #(
    76     ^ #(
    77         #'stx:goodies/petitparser/analyzer'    "PPSentinel - referenced by PPCompiledParser class>>referringParser"
    77         #'stx:goodies/petitparser/analyzer'    "PPSentinel - referenced by PPCompiledParser class>>referringParser"
    78         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initializeForCompiledClassName:"
    78         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initializeForCompiledClassName:"
       
    79         #'stx:libwidg'    "ScrollableView - referenced by PPCNode>>inspector2TabTree"
       
    80         #'stx:libwidg2'    "HierarchicalListView - referenced by PPCNode>>inspector2TabTree"
    79     )
    81     )
    80 !
    82 !
    81 
    83 
    82 stcOptimizationOptions
    84 stcOptimizationOptions
    83     "do not inline the not operation here - it is overwritten"
    85     "do not inline the not operation here - it is overwritten"
   107 
   109 
   108     ^ #(
   110     ^ #(
   109         "<className> or (<className> attributes...) in load order"
   111         "<className> or (<className> attributes...) in load order"
   110         PPCArguments
   112         PPCArguments
   111         PPCBridge
   113         PPCBridge
       
   114         PPCCodeBlock
   112         PPCCompiledMethod
   115         PPCCompiledMethod
   113         PPCCompiler
   116         PPCCompiler
   114         PPCCompilerTokenErrorStrategy
   117         PPCCompilerTokenErrorStrategy
   115         PPCCompilerTokenRememberStrategy
   118         PPCCompilerTokenRememberStrategy
   116         PPCCompilerTokenizingErrorStrategy
   119         PPCCompilerTokenizingErrorStrategy
   306         PPContext skipSeparators
   309         PPContext skipSeparators
   307         PPEndOfInputParser asCompilerNode
   310         PPEndOfInputParser asCompilerNode
   308         PPParser allNodesDo:seen:
   311         PPParser allNodesDo:seen:
   309         PPSmalltalkWhitespaceParser hash
   312         PPSmalltalkWhitespaceParser hash
   310         PPParser compileTokenizing
   313         PPParser compileTokenizing
       
   314         PPCompositeParser asCompilerNode
   311     )
   315     )
   312 ! !
   316 ! !
   313 
   317 
   314 !stx_goodies_petitparser_compiler class methodsFor:'description - project information'!
   318 !stx_goodies_petitparser_compiler class methodsFor:'description - project information'!
   315 
   319