KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ComVu
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
roko-basilisk
:
Roko's Basilisk attempt to save myself
CPTelegram
:
Telegram Bot Control Panel (php)
atom-modular-snippets
:
:atom: A modular solution to snippets in @Atom.
asmtool
:
No description available.
KeywordDrivenAutoTest
:
used selenium webdriver,Java,Juit.keyword driven framework to test web ui
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ComVu
?
Download (.md)
# ComVu [](https://ci.appveyor.com/project/pocketberserker/comvu/branch/master) ComVu is a computation expressions visualizer. This tool can analysis your computation expressions. ## NuGet packages * WPF tool [](https://www.nuget.org/packages/ComVu/) * core library [](https://www.nuget.org/packages/ComVu.Core/) ## Features - Conversion rule - [x] ``let p = e in ce`` - [x] ``let! p = e in ce`` - [x] ``yield e`` - [x] ``yield! e`` - [x] ``return e`` - [x] ``return! e`` - [x] ``use p = e in ce`` - [x] ``use! p = e in ce`` - [x] ``while e do ce`` - [x] ``try ce with pi -> cei`` - [x] ``try ce finally e`` - [x] ``if e then ce`` - [x] ``if e then ce1 else ce2`` - [x] ``for x in e do ce`` - [x] ``do e in ce`` - [x] ``do! e in ce`` - [x] ``ce1; ce2`` - [x] ``do! e;`` - [x] ``e;`` - [ ] ``joinOp`` - [ ] ``groupJoinOp`` - [ ] `onWord` - [x] Custom operator - [x] Sequence expression like seq computation expression - [ ] External function or method call - [x] External libraries - Not support - ``match e with pi -> cei``