Simon Diemert
Simon Diemert
I have experienced a similar error - would be great if this were fixed.
Alternative syntax might be something like... ```clojure (pattern (node 'n1 :label "foo") (forall (node 'n2 :label "bar") (edge 'e :label "foobar" :src 'n1 :tar 'n2))) ``` This would match a...
Constructors are also currently treated as normal member operation within the code. Need a way to identify the constructor and ignore it in normal operation generation, but then to use...
@yilikun @Pradyumna97 @mondrus Could you additional details to help me reproduce the behavior?
@AliMD thanks for the request, I will likely find some time for this over the winter break (December/January). Any ES6 features in particular you are interested in, so I can...
Some functionality for this has been added thanks to @cotlod. Hopefully that is a good start.
Also need to generate `./RouteController` not `RouteController` for the parent class.
@paralight i do not believe this has been started yet. Sounds like a great idea!