denim-ui icon indicating copy to clipboard operation
denim-ui copied to clipboard

Mutually recursive components

Open kristianhasselknippe opened this issue 5 years ago • 1 comments

Components can currently contain themselves, but cannot mutually recur with other components.

kristianhasselknippe avatar Nov 23 '20 11:11 kristianhasselknippe

Example:

component Foo:
   bar
component Bar:
   foo

kristianhasselknippe avatar Dec 02 '20 08:12 kristianhasselknippe