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 | 5837 reads
|
Browse archivesActive forum topics
|
Recent comments
1 week 3 days ago
2 weeks 1 day ago
2 weeks 2 days ago
2 weeks 2 days ago
3 weeks 14 hours ago
3 weeks 3 days ago
3 weeks 3 days ago
3 weeks 3 days ago
4 weeks 5 days ago
5 weeks 7 hours ago