Parses BRLTTY ttb tables into JSON
node ttb-parser [tables_dir]
ttb-parser outputs JSON to stdout.
tables_dir is optional and defaults to ./Tables
Example:
node ttb-parser ./Tables > output/languages.json
Outputs JSON to output/languages.json. View the file in this repo to see the output.