GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AI::Prolog::Parser::PreProcessor::Math(3) User Contributed Perl Documentation AI::Prolog::Parser::PreProcessor::Math(3)

AI::Prolog::Parser::PreProcessor::Math - The AI::Prolog math macro

 my $program = AI::Prolog::Parser::PreProcessor::Math->process($prolog_text).

This code reads in the Prolog text and rewrites it to a for that is suitable for the AI::Prolog::Parser to read. Users of AI::Prolog should never need to know about this.

Constant folding for performance improvment. No need to internally have "is(X, plus(3, 4))" when I can do "is(X, 5)". It shouldn't be too hard.

Figure out how to preserve line number.

Curtis "Ovid" Poe, <moc tod oohay ta eop_divo_sitruc>

Reverse the name to email me.

Copyright 2005 by Curtis "Ovid" Poe

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2007-05-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.