Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Start refactoring testing code | Timotej Lazar | |
Testing logic now lives in PrologEngine. The engine now has some notion of problems and users, which is necessary to avoid repeatedly loading code into Prolog. TODO: - support library loading - fix PrologEngine.test for unusual cases (more than one solution, …) - memoization of correct answers | |||
2015-08-11 | Lexer: increase priority for t_comment | Timotej Lazar | |
Multiline comments were not lexed correctly because /* was interpreted as an operator. | |||
2015-08-11 | Initial commit for pymonkey | Timotej Lazar | |