User loginNavigation |
XSL and DSL code refactoringI've had lately a lot of fun and success with refactoring our DSL using XSL. While I could have coded the refactoring in our main language (Delphi), I've tried to use a language dedicated to XML transformations and with pattern matching capabilities. In order to do so, I've had to stream out the AST of our DSL files into XML files. When the transformation has been applied, the resulting AST is reloaded and the corresponding DSL code is generated. It's an incremental process, you can watch the corresponding XML for the DSL file being processed, compare it to the refactored one. Have you also had some success in this domain using XSL ? Some references : By sebastien at 2005-07-04 09:11 | LtU Forum | previous forum topic | next forum topic | other blogs | 6074 reads
|
Browse archives
Active forum topics |
Recent comments
27 weeks 2 days ago
27 weeks 2 days ago
27 weeks 2 days ago
49 weeks 3 days ago
1 year 1 week ago
1 year 3 weeks ago
1 year 3 weeks ago
1 year 5 weeks ago
1 year 10 weeks ago
1 year 10 weeks ago