Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-26 | Optimize 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-26 | Added 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. |