summaryrefslogtreecommitdiff
path: root/prolog/sl.py
AgeCommit message (Collapse)Author
2016-04-25Remove file encoding comments from python filesTimotej Lazar
UTF-8 is the default.
2016-03-13Forgot to add hint definition for fail_ruleTimotej Lazar
2016-03-13Prolog: add generic style check for ":- false."Timotej Lazar
2016-02-28Prolog: add general and family relations introTimotej Lazar
2016-02-29General hint for noncapitalised variables added.Aleksander Sadikov
2015-12-15Tweak monkey hint messagesTimotej Lazar
2015-12-11Add hints for monkey.fixTimotej Lazar
2015-10-06Add "program is already correct" hintsTimotej Lazar
2015-09-24Add name and description to language en/sl filesTimotej 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-10Use Hint classes for hints from the last commitTimotej Lazar
Also move the language-specific hint method for Prolog to prolog.common.
2015-09-01Translate language-specific messages to SloveneTimotej Lazar