Skip to content

A-G-D/lua-boolexpr

Repository files navigation

Lua-BoolExpr


Description

Lua-BoolExpr is a Lua library for handling boolean expresions. Its usage could range from simple to complex but the main motivation for creating this library is to have a convenient way of representing logic gates using functions that return a boolean value.


Requirements

  • None

Installation

This library is only composed of 1 module so the fastest way to use this library is to copy src/boolexpr.lua and include it into the working directory of your project.

Optionally, you can install this via luarocks with the following command:

luarocks install lua-boolexpr


Project Structure

  • / - Root directory

  • /docs - Documentation files

  • /examples - Contains sample usage / library features showcase

  • /specs - .rockspec files for source building via luarocks

  • /src - Source code files

  • /tests - Unit test files


Documentation


License

This code is released under MIT License.