Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom annotations #209

Merged
merged 2 commits into from
Aug 14, 2020
Merged

Custom annotations #209

merged 2 commits into from
Aug 14, 2020

Conversation

serpent-charmer
Copy link
Contributor

Now branches can be named.

Demonstration
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: linear or polynomial :>http://www.google.com
io=>inputoutput: catch something...

st->op1->cond
cond(true@linear)->io->e
cond(false@polynomial)->sub1(right)
sub1(right)->op1

img

@adrai
Copy link
Owner

adrai commented Aug 14, 2020

Can you extend the readme?

@adrai adrai merged commit c0ee551 into adrai:master Aug 14, 2020
@adrai
Copy link
Owner

adrai commented Aug 14, 2020

thank you, it's included in v1.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants