Hi, I'm writing a grammar for generating expressions in a scripting language with a scheme like pre-fixing syntax.
So, for example an expression in the script could be something like:
(+ 5 6)
I'm using SWI-Prolog on Ubuntu 10.10 and the DCG notation ('-->') to define the grammar rules.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.