rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

composition syntax improvement #6

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Is your feature request related to a problem? Please describe. Improvement about how to declare a composition

Describe the solution you'd like Following command should be implemented:

%%jarvis
with test
F1 is a function

F1a is a function
F1b is a function
F1c is a function

F1 is composed of F1a, F1b, F1c

Describe alternatives you've considered None