Artificial Intelligence Scripting Language

Category: C++

Implementation News

Posted by Kirsle on Thursday, Jun 23 2011 @ 11:14 PM
Some news about RiveScript implementations:

Also, an RPM for Fedora 15 (perl 5.12) has been built for the Perl module. I know, I slacked off on making an RPM for Fedora 14. ;)

Categories: Perl , C# , C++

[ 0 comments | Add comment | Permalink ]

RiveScript C++ Port Started

Posted by Kirsle on Thursday, May 12 2011 @ 6:24 PM
I started work on a C++ version of RiveScript a few months ago, but got blocked for a while when I couldn't figure out how to link boost::regex to my code, to be able to use its regular expressions.

No news there, I'm still stuck, as I'm still a bit of a newbie to C++ code. I know how to write my own code from scratch, it's just using everybody else's code that I'm not very good at yet. :)

Like rivescript-java, there's a rivescript-cpp project hosted at Google Code. Currently, all it does is parse RiveScript documents into memory.

https://code.google.com/p/rivescript-cpp/

Categories: C++

[ 0 comments | Add comment | Permalink ]