Commit ce13d5f1 authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent 6cd35fdf
Loading
Loading
Loading
Loading

IDEAS

0 → 100644
+11 −0
Original line number Diff line number Diff line
A collection of unsorted ideas that came to mind during the development of the ATS:

- The development of test cases for this test suite could be part of the CR resolution process. That way,
  we ensure that the samples make sense and they underline how certain rephrasing or additions to the
  standard are supposed to work exactly. This would then probably test-driven CR development :-)
  
- It would probably be possible to capture concepts of the standard in the form of partial abstract
  syntax tree patterns. These AST patterns could be used to derive a dependency tree among the
  test cases. Using the TRex infrastructure, this would be relatively easy to do (for syntactically
  correct test cases only!), however, it is probably a lot of work to create this kind of catalog
  of language concepts and their AST patterns.
 No newline at end of file