/efc

Elder Futhark Converter

Primary LanguageCGNU General Public License v2.0GPL-2.0

efc

Build Status

Elder Futhark Converter

A text converter for the elder futhark,designed as a linux/unix command and a performant successor to runify.

Usage: efc [options] [arguments]

  Options:
    --phonetic  Replace phonetic sounds such as th with ᚦ
    --reverse   Convert Elder Futhark to Latin
    --version   Output version
    --help      Output help

Building

Cmake is used for building the program, run the following to get started quickly

cmake .
make

This will output the binary to ./bin/efc

License

GPLv2