aboutsummaryrefslogtreecommitdiff
path: root/tests.py
AgeCommit message (Collapse)Author
2019-07-27Make a python package.Alexis Roda
2019-07-26Optimize table lookup.Alexis Roda
Instead of a flat table of regexes this implementation groups regexes by mnemonic, making lookup faster. The implementation is encaptulated in its own class "Parser".
2019-07-26Added tests.Alexis Roda
Minor refactor in order to improve testability. Note: tests have been automatically generated from data found in an spreadsheet and probably need some cleanup.