rblaze/bond-haskell

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
README.md
compiler/LICENSE
compiler/Setup.hs
compiler/app/IO.hs
compiler/app/Main.hs
compiler/app/Options.hs
compiler/bond-haskell-compiler.cabal
compiler/src/Language/Bond/Codegen/Haskell/AliasDecl.hs
compiler/src/Language/Bond/Codegen/Haskell/Decl.hs
compiler/src/Language/Bond/Codegen/Haskell/EnumDecl.hs
compiler/src/Language/Bond/Codegen/Haskell/SchemaDecl.hs
compiler/src/Language/Bond/Codegen/Haskell/StructDecl.hs
compiler/src/Language/Bond/Codegen/Haskell/TypeMapping.hs
compiler/src/Language/Bond/Codegen/Haskell/Util.hs
runtime/LICENSE
runtime/Setup.hs
runtime/bench/Bench.hs
runtime/bench/schemas/bench.bond
runtime/bond-haskell.cabal
runtime/schema/bond.bond
runtime/schema/bond_const.bond
runtime/src/Data/Bond.hs
runtime/src/Data/Bond/Internal/BinaryUtils.hs
runtime/src/Data/Bond/Internal/Bonded.hs
runtime/src/Data/Bond/Internal/Bonded.hs-boot
runtime/src/Data/Bond/Internal/BondedUtils.hs
runtime/src/Data/Bond/Internal/Cast.hs
runtime/src/Data/Bond/Internal/CompactBinaryProto.hs
runtime/src/Data/Bond/Internal/CompactBinaryProto.hs-boot
runtime/src/Data/Bond/Internal/Default.hs
runtime/src/Data/Bond/Internal/Enum.hs
runtime/src/Data/Bond/Internal/FastBinaryProto.hs
runtime/src/Data/Bond/Internal/FastBinaryProto.hs-boot
runtime/src/Data/Bond/Internal/Imports.hs
runtime/src/Data/Bond/Internal/Imports.hs-boot
runtime/src/Data/Bond/Internal/JsonProto.hs
runtime/src/Data/Bond/Internal/JsonProto.hs-boot
runtime/src/Data/Bond/Internal/MarshalUtils.hs
runtime/src/Data/Bond/Internal/OrdinalSet.hs
runtime/src/Data/Bond/Internal/ProtoUtils.hs
runtime/src/Data/Bond/Internal/Protocol.hs
runtime/src/Data/Bond/Internal/Protocol.hs-boot
runtime/src/Data/Bond/Internal/SchemaOps.hs
runtime/src/Data/Bond/Internal/SchemaUtils.hs
runtime/src/Data/Bond/Internal/SimpleBinaryProto.hs
runtime/src/Data/Bond/Internal/SimpleBinaryProto.hs-boot
runtime/src/Data/Bond/Internal/TaggedProtocol.hs