module Diclionary

Extended Modules

Defined in:

core.cr
languages.cr
main.cr
markup.cr

Constant Summary

Log = ::Log.for("dicl")
VERSION = {{ (`shards version /srv/crystaldoc.info/github-Singond-Diclionary-v0.1.0/src`).chomp.stringify }}

Instance Method Summary

Instance Method Detail

def init_dictionaries(config : Config) : Array(Dictionary) #

[View source]
def is_applicable?(dict : Dictionary, cfg : Config) : Bool #

[View source]
def print_entry(entry : Entry, config : Config, io = STDOUT) #

[View source]
def print_results(allresults : AllResults, config : Config, stdout = STDOUT) : Bool #

[View source]
def run(config : Config, stdout = STDOUT) : ExitCode #

[View source]
def term_width : Int32 #

[View source]