compiler/tests/stx_goodies_petitparser_compiler_tests.st
changeset 515 b5316ef15274
parent 502 1e45d3c96ec5
child 524 f6f68d32de73
equal deleted inserted replaced
502:1e45d3c96ec5 515:b5316ef15274
   106      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   106      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   107 
   107 
   108     ^ #(
   108     ^ #(
   109         "<className> or (<className> attributes...) in load order"
   109         "<className> or (<className> attributes...) in load order"
   110         FooScannerTest
   110         FooScannerTest
       
   111         PEGFsaChoiceDeterminizationTest
   111         PEGFsaDeterminizationTest
   112         PEGFsaDeterminizationTest
   112         PEGFsaGeneratorTest
   113         PEGFsaGeneratorTest
       
   114         PEGFsaIntegrationTest
   113         PEGFsaInterpretTest
   115         PEGFsaInterpretTest
       
   116         PEGFsaMinimizationTest
   114         PEGFsaScannerIntegrationTest
   117         PEGFsaScannerIntegrationTest
       
   118         PEGFsaSequenceDeterminizationTest
   115         PEGFsaStateTest
   119         PEGFsaStateTest
   116         PEGFsaTest
   120         PEGFsaTest
   117         PEGFsaTransitionTest
   121         PEGFsaTransitionTest
       
   122         PPCASTUtilitiesTests
   118         PPCClassBuilderTest
   123         PPCClassBuilderTest
   119         PPCCodeGeneratorTest
   124         PPCCodeGeneratorTest
   120         PPCCompilerTest
   125         PPCCompilerTest
   121         PPCContextMementoTest
   126         PPCContextMementoTest
   122         PPCContextTest
   127         PPCContextTest
   123         PPCCopyVisitorTest
   128         PPCCopyVisitorTest
   124         PPCGuardTest
   129         PPCGuardTest
       
   130         PPCIdGeneratorTest
   125         PPCInliningVisitorTest
   131         PPCInliningVisitorTest
   126         PPCLL1VisitorTest
   132         PPCLL1VisitorTest
   127         PPCLTokenizingOptimizationTest
   133         PPCLTokenizingOptimizationTest
   128         PPCMergingVisitorTest
   134         PPCMergingVisitorTest
   129         PPCMockCompiler
   135         PPCMockCompiler
   130         PPCNodeFirstFollowNextTests
   136         PPCNodeFirstFollowNextTests
   131         PPCNodeTest
   137         PPCNodeTest
   132         PPCOptimizeChoicesTest
   138         PPCOptimizeChoicesTest
       
   139         PPCOverlappingTokensTest
   133         PPCRecognizerComponentDetectorTest
   140         PPCRecognizerComponentDetectorTest
   134         PPCRecognizerComponentVisitorTest
   141         PPCRecognizerComponentVisitorTest
   135         PPCScannerCodeGeneratorTest
   142         PPCScannerCodeGeneratorTest
   136         PPCSpecializingVisitorTest
   143         PPCSpecializingVisitorTest
   137         PPCTokenDetectorTest
   144         PPCTokenDetectorTest