Age | Commit message (Expand) | Author |
---|---|---|
2017-02-24 | prolog.parser: implement most remaining operators | Timotej Lazar |
2017-02-24 | Modify Prolog parser to produce ASTs instead of parse trees | Timotej Lazar |
2016-05-15 | Hack in support for DCGs in Prolog parser | Timotej Lazar |
2016-05-08 | Prolog: support CLP(FD) in parser | Timotej Lazar |
2016-04-24 | Support CLP(R) expressions in Prolog parser | Timotej Lazar |
2015-12-10 | Sort token list for Prolog parser | Timotej Lazar |
2015-12-10 | Add copyright info | Timotej Lazar |
2015-08-11 | Silence warnings from ply.lex.lex() | Timotej Lazar |
2015-08-11 | Always lex , as COMMA, never as NAME | Timotej Lazar |
2015-08-11 | Move monkey.prolog to root module | Timotej Lazar |
2015-08-11 | Move pymonkey stuff to monkey/ | Timotej Lazar |
2015-08-11 | Start refactoring testing code | Timotej Lazar |
2015-08-11 | Lexer: increase priority for t_comment | Timotej Lazar |
2015-08-11 | Initial commit for pymonkey | Timotej Lazar |