foma alternatives and similar packages
Based on the "Language" category.
Alternatively, view foma alternatives based on common mentions on social networks and blogs.
-
elm-compiler
Compiler for Elm, a functional language for reliable webapps. -
stylish-haskell
Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
haskell-src-exts
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer -
nirum
Nirum: IDL compiler and RPC/distributed object framework for microservices -
tal
An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) -
language-ecmascript
Haskell library: ECMAScript parser, pretty-printer and additional tools -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine. -
aterm-utils
Utility functions for working with aterms as generated by Minitermite
Collect and Analyze Billions of Data Points in Real Time
* 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.