How to download, test and run.
You need a client of git:
git clone https://github.com/helvm/helpa.git
cd helpaTo compile you need cabal and make:
makeYou can run Helpa by cabal or directly:
cabal run helpa assembler_file library_dictionaryor after build:
dist-newstyle/build/x86_64-linux/ghc-8.10.5/helpa-0.3.5.0/build/helpa/helpa assembler_file library_dictionaryFor more see CONTRIBUTING.