Repo for the Heonian conlang, from the fictional Myrheonian Dominion
.gitignore | ||
color.lua | ||
install.sh | ||
lexicon | ||
output_sizes.lua | ||
output_word.lua | ||
R2H2.lua | ||
README.md | ||
search_list.lua | ||
show_list.lua | ||
words.lua |
#USAGE
- all
- shows all words in heonian
- search <query>
- searches all words and shows only those that return to string.find()
- transcript <word>
- transcripts the word to heonian script
#INSTALL
##Linux
-
- Run install.sh
- Preferibly as root, if you run as nonroot your install will be on your local user bin.
-
- Now you can run "heonian" or "lexicon" to use this app
##Windows
- There is no windows installer yet
- Just run "lexicon" here.