Am 03.07.2018 um 04:44 schrieb Daniel.Sun:
Hi all,
The following code is supported in the older parser, but I propose to
stop supporting the ugly code style in the new Parrot parser. Any thoughts?
1) import statement ( https://issues.apache.org/jira/browse/GROOVY-8642 )
```
import java.
lang.
Object
```
2) prefix operator ( https://issues.apache.org/jira/browse/GROOVY-8650 )
```
def c = --
1
I do not need these.. but since I know Danil is doing special things
with DSL, maybe we should first ask him if he needs that and why
bye Jochen