Can anyone recommend a Prolog compiler for .Net.
The ones that I have been able to find searching the net, do not appear to have been updated for several years.
Thanks
Shiraz
|
|
Ahhm, I googled for "Prolog.NET" and found this (1st result btw)
|
|||||||||||||
|
|
On this article they recommend P# and XSB: http://www.codeproject.com/KB/system/PrologNET.aspx |
|||
|
|
|
I have used C#Prolog by John Pool The source code is available and in C#. There are also several PDF articles in the download. Nice if you want to dig into the internals. |
|||
|
|
|
If you dont find you maybe need this tool Microsoft Oslo (Codename). This is a software for can create DSL's and work perfectly for develop a diagram syntax for compilers. Check this link http://www.codeproject.com/KB/cs/Oslo_MGrammar.aspx?display=PrintAll |
|||
|
|