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 | 6051 reads
|
Browse archives
Active forum topics |
Recent comments
22 weeks 6 days ago
22 weeks 6 days ago
22 weeks 6 days ago
45 weeks 16 hours ago
49 weeks 2 days ago
50 weeks 6 days ago
50 weeks 6 days ago
1 year 1 week ago
1 year 6 weeks ago
1 year 6 weeks ago