Book Image

Groovy for Domain-Specific Languages, Second Edition

By : Fergal Dearle
Book Image

Groovy for Domain-Specific Languages, Second Edition

By: Fergal Dearle

Overview of this book

Table of Contents (20 chapters)
Groovy for Domain-specific Languages Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Introduction to DSLs and Groovy
Index

Summary


This chapter has been quite a deep dive into the relatively complex subject of AST transformations. We've covered both local and global AST transformations and even used AST transformation to build a mini DSL.

In the next chapter, we will look at some of the publicly available Groovy DSLs. We will describe how to use them, but we will also be taking a critical view of how they might be implemented given the knowledge we now have about the Groovy MOP and Groovy AST transformations.