A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/exercism/lua below:

exercism/lua: Exercism exercises in Lua.

Exercism exercises in Lua

Configuring a Development Development and Contributing

Install Lua and Luarocks according to the installation instructions for your platform. Then, install all additional development dependencies with:

$ ./bin/install-dev-dependencies

To contribute a patch you will need a GitHub account and you will need to fork the exercism/lua repo to your account. Clone your fork with the command: git clone https://github.com/<your_username>/lua. Create your patch and open a pull request to the exercism/lua repo.

See the GitHub Help for forking a repo and creating a pull request if you are unfamiliar with this process.

To contribute a new exercise, create a folder named after the exercise within the lua/exercises directory. Create your files for a new test, test class and the implementation.

For example, for the Bob exercise:

$ tree bob
bob
├── bob_spec.lua
└── bob.lua

0 directories, 2 files

Run the test

Rename bob.lua to example.lua, and add the exercise to the lua/config.json file.

$ tree bob
bob
├── bob_spec.lua
└── example.lua

0 directories, 2 files

Optionally, you can generate the spec from the upstream canonical data. To use the spec generator, create a file called spec_generator.lua in the .meta/ directory of the exercise. This file should be a Lua module returning a table with two fields:

Optionally, a third field can be included:

To use the test generator, run:

$ ./bin/generate-spec <exercise name>

This will use curl to fetch the canonical data from the upstream repository, generate the spec file, and format it.

Please be familiar with the contributing guide in the docs repository. This describes some great ways to get involved. In particular, please read the Pull Request Guidelines before opening a pull request.

Pleases see the Useful Lua Resources page.

The Lua icon is inspired by the Lua logo, which was designed by Alexandre Nakonechnyj.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4