Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-02 | Update copyright for 2016 | Clayton G. Hobbs | |
2015-12-30 | Added number parsing capabilities | Clayton G. Hobbs | |
See commands.tmp for an example. It's pretty neat, but it could still use some work. I thought of a really clever way to parse numbers, better than the one I came up with last night, but since I have a working implementation now I figure I'd better commit it. We have a new bug which causes the dictionary to be updated every time the program starts. I hope I didn't force that to happen last night or something, but I have a vague feeling I did. | |||
2015-12-27 | Refactored a couple regular expressions | Clayton G. Hobbs | |
2015-12-27 | Rewrote language_updater.sh in Python | Clayton G. Hobbs | |
At the same time, I moved the logic to check if the language should be updated into the new LanguageUpdater class. The README has been updated to reflect the fact that you no longer need to do any of this manually ever. |