AI::Prolog 0.63

Ovid on 2005-05-04T21:48:04

I've released AI::Prolog 0.63 today. This is primarily a temporary release for Richard Freytag so he can test his new AI::Prolog parser. With luck, a proper parser will be integrated soon and I'll be able to nail down a few outstanding issues. In the meantime, here are the noticeable changes:

  • Parse numbers with Regexp::Common $RE{num}{real} regex
  • Added pow/2, trace/0 and notrace/0 predicates
  • Minor internals clean up.

It's an interesting coincidence that this is happening now because Bricolage 2.0 requires lexers and parsers to handle search requests written in a variety of formats. As a result, my pet project and my work project are covering the same territory. How handy.