From 3b24ba6a84c3a948c0cca7b5fa040d4904a732b1 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sat, 7 Nov 2009 12:08:49 +0100 Subject: [PATCH] update doc : Configure.pir various paths --- doc/running.pod | 2 +- doc/status.pod | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/running.pod b/doc/running.pod index 1065b12..9f7be20 100644 --- a/doc/running.pod +++ b/doc/running.pod @@ -30,7 +30,7 @@ Retrieve WMLScript Configure & build WMLScript cd languages/wmlscript - perl Configure.pl + parrot Configure.pir make =head2 Running the whole test suite diff --git a/doc/status.pod b/doc/status.pod index 130f94c..73ea715 100644 --- a/doc/status.pod +++ b/doc/status.pod @@ -35,13 +35,13 @@ There are 4 applications : =over 4 -=item * F : a disassembler +=item * F : a disassembler -=item * F : a PIR translator +=item * F : a PIR translator -=item * F : a PIR translator & PBC compiler +=item * F : a PIR translator & PBC compiler -=item * F : an interpreter +=item * F : an interpreter =back @@ -62,21 +62,21 @@ There are five types in WMLScript, each of them is implemented by a PMC. =over 4 -=item * Integer F +=item * Integer F -=item * Floating-Point F +=item * Floating-Point F -=item * String F +=item * String F -=item * Boolean F +=item * Boolean F -=item * Invalid F +=item * Invalid F =back =head2 WMLScript Ops -F defines opcode with new signature. +F defines opcode with new signature. =head2 WMLScript Standard Libraries @@ -84,17 +84,17 @@ Some of these libraries are implemented in : =over 4 -=item * Lang F +=item * Lang F -=item * Float F +=item * Float F -=item * String F +=item * String F -=item * Console F +=item * Console F =back -F gives an unique entry point +F gives an unique entry point and implements some helpers. =head3 TODO