summaryrefslogtreecommitdiff
path: root/prolog/lexer.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-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-10Sort token list for Prolog parserTimotej Lazar
2015-12-10Add copyright infoTimotej Lazar
2015-08-11Silence warnings from ply.lex.lex()Timotej Lazar
2015-08-11Always lex , as COMMA, never as NAMETimotej Lazar
2015-08-11Move monkey.prolog to root moduleTimotej Lazar
2015-08-11Move pymonkey stuff to monkey/Timotej Lazar
2015-08-11Start refactoring testing codeTimotej Lazar
2015-08-11Lexer: increase priority for t_commentTimotej Lazar
2015-08-11Initial commit for pymonkeyTimotej Lazar