is it possible to add new keywordswith this tool?
furesoft opened this issue · 1 comments
furesoft commented
hi i want to add new keywords to implement design patterns automaticly something like:
singleton hello {}
or
repositor myrep {}
xoofx commented
Not really. It would require to fork entirely Roslyn to do what you want to achieve. Roslyn is against DSL changes, so it's probably not practical/recommended to go into this direction.