lua-bc: Lua bytecode parser

[ language, library, mit ] [ Propose Tags ]

Lua bytecode parser


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1
Change log CHANGELOG.md
Dependencies base (>=4.8 && <4.10), binary (>=0.7 && <0.9), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), data-binary-ieee754 (>=0.4 && <0.5), pretty (>=1.1 && <1.2), text (>=1.2 && <1.3), vector (>=0.10 && <0.13) [details]
License MIT
Copyright 2015 Galois, Inc.
Author Eric Mertens
Maintainer emertens@galois.com
Revised Revision 1 made by EricMertens at 2017-08-07T18:03:10Z
Category Language
Home page https://github.com/GaloisInc/lua-bc
Bug tracker https://github.com/GaloisInc/lua-bc/issues
Source repo head: git clone https://github.com/GaloisInc/lua-bc
Uploaded by EricMertens at 2016-12-07T23:27:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3367 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-07 [all 1 reports]

Readme for lua-bc-0.1.1

[back to package description]

lua-bc

Parser and generator for the Lua bytecode format.

Currently versions 5.2 and 5.3 can be parsed and 5.3 can be generated.

This package provides a Haskell datastructure for the format as well as a few helpers for extracting debug information.