lua-bc: Lua bytecode parser

[ language, library, mit ] [ Propose Tags ]

Lua bytecode parser


[Skip to Readme]

Downloads

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.12) [details]
License MIT
Copyright 2015 Galois, Inc.
Author Eric Mertens
Maintainer emertens@galois.com
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-06-14T16:36:29Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3368 total (16 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-06-14 [all 1 reports]

Readme for lua-bc-0.1.0.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.