Operator parser in guile-log

2013-08-18 Thread Stefan Israelsson Tampe
Hi all, One of the peculiarities of prolog is it's ability to redefine it's parsing operators. prolog code is really basically one expression and a configurable operator parser id let loose on it. In a paper referenced in previous mail they describe the parser implemented in prolog an

Operator parser

2013-08-11 Thread Stefan Israelsson Tampe
Hi all, I realized that prolog have a very cool feature. A Customizable operator parser. prolog is just one big expression with lot's of operators that can be redefined at will, also one would expect that parsing such a monster is a huge task, but it isn't. look at http://logic.c