Ascii-table

A structured view of an ASCII-table as a list of tuples.

The table contains reference information about the contents of the ASCII-table, as well as an example of a regular expression for the corresponding character.


rebar3 commands

Build

$ rebar3 compile

Run EUnit tests

$ rebar3 eunit -v

Format

$ rebar3 format

Generate documentation

$ rebar3 edoc