foma alternatives and similar packages
Based on the "Language" category.
Alternatively, view foma alternatives based on common mentions on social networks and blogs.
-
stylish-haskell
DISCONTINUED. Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of foma or a related project?
README
foma.hs
Haskell bindings for the Foma library.
Installation
You must have Foma installed.
cabal install foma
Example
import Language.Foma
main = do
fsm <- fsmReadBinaryFile "../TRmorph/trmorph.fst"
let handle = applyInit fsm
print (applyUp handle "okudum")
License
*Note that all licence references and agreements mentioned in the foma README section above
are relevant to that project's source code only.