about summary refs log tree commit diff
path: root/src/pronouns/util.clj
AgeCommit message (Collapse)Author
2015-07-04DRY up pages definition using minimum-unambiguous-path closes #16 (woo big ↵Morgan
negative line-count commit thanks @duckinator!)
2015-07-04use syntax sugar for lambda #16Morgan
2015-07-04commit @duckinator's minimum-unambiguous-path fn, per #16Morgan
2015-03-15Fix style issues brought up in review.Erik Osheim
2015-03-15Add code to disambiguate pronouns dynamically.Erik Osheim
This commit improves the display code so that the smallest unambiguous abbreviation is calculated based on the contents of pronouns.tab.
2015-03-10factor out pages and util namespaces per #6Morgan