Author: kjs
Date: Sat Feb 16 03:03:19 2008
New Revision: 25755

Modified:
   trunk/docs/pdds/draft/pdd06_pasm.pod

Log:
[pdd06] add note about a pasm grammar in bison. This might be handy when this 
pdd is being reviewed and updated.

Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod        (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod        Sat Feb 16 03:03:19 2008
@@ -115,6 +115,8 @@
 
 Below is an overview of the grammar of a PASM file.
 
+{{ See compilers/pirc/new for a bison-basd implementation of PASM }}
+
  pasm_file:
    [ pasm_line '\n' ]*
 

Reply via email to