Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2018 16:16
Show Gist options
  • Save anonymous/d5eb0a2fa9715c179d3b80377358dd9d to your computer and use it in GitHub Desktop.
Save anonymous/d5eb0a2fa9715c179d3b80377358dd9d to your computer and use it in GitHub Desktop.
template loadTerms(): untyped =
var KEYMAPSTRING_TABLE = initTable[string, string]()
for term in walkFiles("term/*.txt"):
KEYMAPSTRING_TABLE[term.splitFile().name] = staticRead(term)
loadTerms()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment