summaryrefslogtreecommitdiff
path: root/prolog/common.py
AgeCommit message (Collapse)Author
2015-10-06Add "program is already correct" hintsTimotej Lazar
2015-09-22Update test functions for existing problemsTimotej Lazar
The test function is now expected to return a boolean indicating whether the program is correct and a list of hint objects.
2015-09-11Accept a list of solved problems for hint/testTimotej Lazar
Some Prolog problems may be solved using previous solutions. This allows us to test such programs, and still analyze the submission separately.
2015-09-11s/hint_defs/hint_type/gTimotej Lazar
2015-09-10Use Hint classes for hints from the last commitTimotej Lazar
Also move the language-specific hint method for Prolog to prolog.common.