nomnoml icon indicating copy to clipboard operation
nomnoml copied to clipboard

[enhancement] Multiple inline association and declaration

Open Busyvar opened this issue 9 years ago • 1 comments

The ability to create and link more than two classifier on a single line may be usefull two avoid repetitions. example: [Alice]<-[Bob] [Bob]<-[Carol] [Carol]<-[Dave] could became: [Alice]<-[Bob]<-[Carol]<-[Dave]

Busyvar avatar May 17 '15 13:05 Busyvar

I agree, this is on the roadmap. I have gotten a bit rusty with the Jison grammar so if anyone would like to help with this https://github.com/skanaar/nomnoml/blob/master/design/nomnoml.grammar I would welcome pull requests.

skanaar avatar May 18 '15 05:05 skanaar

Multiple inline associations available in version v1.6.0

skanaar avatar May 21 '23 16:05 skanaar