// Language grammar // for example language RecipeLang DSLName { dls_data { a; b; c; } }; decl recipe @name; decl item @name;