summaryrefslogtreecommitdiff
path: root/prolog/parser.py
AgeCommit message (Expand)Author
2017-02-24prolog.parser: implement most remaining operatorsTimotej Lazar
2017-02-24Modify Prolog parser to produce ASTs instead of parse treesTimotej Lazar
2016-05-15Support a | b notation for DCGsTimotej Lazar
2016-05-15Hack in support for DCGs in Prolog parserTimotej Lazar
2016-05-08Prolog: support CLP(FD) in parserTimotej Lazar
2016-04-24Support CLP(R) expressions in Prolog parserTimotej Lazar
2015-12-10Support Tree objects in python.util.stringifyTimotej Lazar
2015-12-10Disable debug info when generating Prolog parserTimotej Lazar
2015-12-10Fix a parser bugTimotej Lazar
2015-12-10Use the NLTK ParentedTree class for parser outputTimotej Lazar
2015-12-10Add copyright infoTimotej Lazar
2015-08-11Use Node class from monkey.util in parserTimotej Lazar
2015-08-11Add a parser for (simplified) PrologTimotej Lazar