aboutsummaryrefslogtreecommitdiff
path: root/src/com/benlinskey/grdbc/GreekTextParser.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace tabs with spaces.Ben Linskey2013-12-171-86/+95
| | | | | This commit also adds a missing documentation comment for the GreekTextParser class.
* Fix bug in GreekTextParser class.Ben Linskey2013-12-161-1/+1
| | | | | The program now properly sets transcoded Greek text as an element's content rather than a lang attribute value.
* Adds abstract class GreekTextParser.Ben Linskey2013-12-161-0/+131
This change eliminates the duplication of code in the LexiconParser and SyntaxParser classes.