Repo for the Heonian conlang, from the fictional Myrheonian Dominion
Go to file
2022-05-06 17:53:07 +02:00
heonian-content@6a40a51d6e now we pull the submodule correctly 2022-05-06 17:53:07 +02:00
.gitignore done an install script :3 2022-03-22 17:03:42 +01:00
.gitmodules spliced content into another repo 2022-05-05 11:29:09 +02:00
add_word.lua added a way to edit, remove, and add words 2022-03-24 21:47:24 +01:00
color.lua lesson 2022-03-31 10:09:28 +02:00
edit_word.lua added a way to edit, remove, and add words 2022-03-24 21:47:24 +01:00
install.sh now we pull the submodule correctly 2022-05-06 17:53:07 +02:00
lessons.lua fixed last merge 2022-05-05 11:30:20 +02:00
lexicon fixed last merge 2022-05-05 11:30:20 +02:00
output_sizes.lua added a way to edit, remove, and add words 2022-03-24 21:47:24 +01:00
output_word.lua added a way to edit, remove, and add words 2022-03-24 21:47:24 +01:00
R2H2.lua fixed r2h2, added words 2022-05-01 12:37:26 +02:00
README.md i forgor 2022-03-23 01:25:29 +09:00
remove_word.lua added a way to edit, remove, and add words 2022-03-24 21:47:24 +01:00
search_list.lua added a way to edit, remove, and add words 2022-03-24 21:47:24 +01:00
show_list.lua added a way to edit, remove, and add words 2022-03-24 21:47:24 +01:00

USAGE

  • all
    • shows all words in heonian
  • search <query>
    • searches all words and shows only those that return to string.find()
  • transcript <word>

INSTALL

Linux

    1. Run install.sh
    • Preferibly as root, if you run as nonroot your install will be on your local user bin.
    1. Now you can run "heonian" or "lexicon" to use this app

Windows

  • There is no windows installer yet
    • Just run "lexicon" here.