aboutsummaryrefslogtreecommitdiff
path: root/challenge-081/tyler-wardhaugh/lua/README.md
blob: e629f5866f7fa9e57393df11125b6800112001c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# The Weekly Challenge

The Weekly Challenge - #081 - Tyler Wardhaugh

## Usage

Run Task 1:

    $ ./run.lua ch-1 S1 S2

Run Task 2:

    $ ./run.lua ch-2 INPUT

Run the project's tests (all the samples from the task descriptions plus some others):

    $ ./test.lua

## Requirements:
*   [Lua](https://www.lua.org/) 5.3
*   [LuaRocks](https://luarocks.org/)
*   [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) (for parsing expression grammars)
*   [busted](https://olivinelabs.com/busted/) (a unit testing framework)