This is the Windows app named optparse-applicative whose latest release can be downloaded as optparse-applicative0.17.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named optparse-applicative with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS
Ad
optparse-applicative
DESCRIPTION
optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful applicative interface for composing them. optparse-applicative takes care of reading and validating the arguments passed to the command line, handling and reporting errors, generating a usage line, a comprehensive help screen, and enabling context-sensitive bash, zsh, and fish completions. A value of type Parser a represents a specification for a set of options, which will yield a value of type a when the command line arguments are successfully parsed. If you are familiar with parser combinator libraries like parsec, attoparsec, or the json parser aeson you will feel right at home with optparse-applicative. If not, don't worry! All you really need to learn are a few basic parsers, and how to compose them as instances of Applicative and Alternative.
Features
- The parser is built using an applicative style starting from a set of basic combinators
- The greet function is the entry point of the program
- optparse-applicative provides a number of primitive parsers, corresponding to different posix style options
- Options with an argument such as target are referred to as regular options
- Combine the target and quiet into a single parser that accepts both options and returns a combined value
- Builders allow you to define parsers using a convenient combinator-based syntax
Programming Language
Haskell
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/optparse-applicative.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.