module Diclionary
Extended Modules
Defined in:
core.crlanguages.cr
main.cr
markup.cr
Constant Summary
- 
        Log = ::Log.for("dicl")
- 
        VERSION = {{ (`shards version /srv/crystaldoc.info/github-Singond-Diclionary-master/src`).chomp.stringify }}
Instance Method Summary
- #init_dictionaries(config : Config) : Array(Dictionary)
- #is_applicable?(dict : Dictionary, cfg : Config) : Bool
- #print_entry(entry : Entry, config : Config, io = STDOUT)
- #print_results(allresults : AllResults, config : Config, stdout = STDOUT) : Bool
- #run(config : Config, stdout = STDOUT, stderr = STDERR) : ExitCode
- #term_width : Int32