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