lambdafactory

Programming language development toolkit


Keywords
program, representation, structural, analysis, documentation
License
BSD-3-Clause
Install
pip install lambdafactory==0.8.9

Documentation

λ-factory, a language development kit

λ-factory provides a factory-based API to create abstract models of programs and compile them to a target language (Python and JavaScript are currently supported).

λ-factory features an abstract OO representation of programs that fits dynamically-typed languages.

λ-factory is written both in Python and Sugar, and comes pre-compiled as a ready-to-load Python library.

Installing

pip install --user lambdafactory