Author: paultcochrane
Date: Mon Apr 9 00:55:56 2007
New Revision: 18049
Modified:
trunk/languages/pheme/lib/POST.pir
trunk/languages/pheme/lib/POST/Label.pir
trunk/languages/pheme/lib/POST/MaybeOp.pir
trunk/languages/pheme/lib/POST/Node.pir
trunk/languages/pheme/lib/POST/Op.pir
trunk/languages/pheme/lib/POST/Ops.pir
trunk/languages/pheme/lib/POST/Sub.pir
trunk/languages/pheme/lib/POST/Val.pir
trunk/languages/pheme/lib/POST/Var.pir
trunk/languages/pheme/lib/PhemeCompiler.pir
trunk/languages/pheme/lib/PhemeGrammar.pir
trunk/languages/pheme/lib/PhemeObjects.pir
trunk/languages/pheme/lib/PhemeSymbols.pir
trunk/languages/pheme/lib/PhemeTest.pir
trunk/languages/pheme/pheme.pir
Log:
[pheme] Added pir emacs/vim coda as per coding standards
Modified: trunk/languages/pheme/lib/POST.pir
==============================================================================
--- trunk/languages/pheme/lib/POST.pir (original)
+++ trunk/languages/pheme/lib/POST.pir Mon Apr 9 00:55:56 2007
@@ -28,3 +28,9 @@
.return()
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/Label.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/Label.pir (original)
+++ trunk/languages/pheme/lib/POST/Label.pir Mon Apr 9 00:55:56 2007
@@ -118,3 +118,9 @@
print "}\n"
.return ()
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/MaybeOp.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/MaybeOp.pir (original)
+++ trunk/languages/pheme/lib/POST/MaybeOp.pir Mon Apr 9 00:55:56 2007
@@ -88,3 +88,9 @@
$P2 = getattribute self, 'tmpvar'
.return( $P2 )
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/Node.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/Node.pir (original)
+++ trunk/languages/pheme/lib/POST/Node.pir Mon Apr 9 00:55:56 2007
@@ -209,3 +209,9 @@
.yield(id)
goto loop
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/Op.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/Op.pir (original)
+++ trunk/languages/pheme/lib/POST/Op.pir Mon Apr 9 00:55:56 2007
@@ -79,3 +79,9 @@
op_name = getattribute self, 'op'
.return( op_name )
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/Ops.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/Ops.pir (original)
+++ trunk/languages/pheme/lib/POST/Ops.pir Mon Apr 9 00:55:56 2007
@@ -60,3 +60,9 @@
print "}\n"
.return ()
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/Sub.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/Sub.pir (original)
+++ trunk/languages/pheme/lib/POST/Sub.pir Mon Apr 9 00:55:56 2007
@@ -59,3 +59,9 @@
print "}\n"
.return ()
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/Val.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/Val.pir (original)
+++ trunk/languages/pheme/lib/POST/Val.pir Mon Apr 9 00:55:56 2007
@@ -84,3 +84,9 @@
$P2 = getattribute self, "valtype"
.return ($P2)
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/POST/Var.pir
==============================================================================
--- trunk/languages/pheme/lib/POST/Var.pir (original)
+++ trunk/languages/pheme/lib/POST/Var.pir Mon Apr 9 00:55:56 2007
@@ -100,3 +100,9 @@
print "}\n"
.return ()
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/PhemeCompiler.pir
==============================================================================
--- trunk/languages/pheme/lib/PhemeCompiler.pir (original)
+++ trunk/languages/pheme/lib/PhemeCompiler.pir Mon Apr 9 00:55:56 2007
@@ -173,3 +173,9 @@
tree.'dump'()
end
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/PhemeGrammar.pir
==============================================================================
--- trunk/languages/pheme/lib/PhemeGrammar.pir (original)
+++ trunk/languages/pheme/lib/PhemeGrammar.pir Mon Apr 9 00:55:56 2007
@@ -11,3 +11,9 @@
.end
.include "languages/pheme/lib/pheme_grammar_gen.pir"
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/PhemeObjects.pir
==============================================================================
--- trunk/languages/pheme/lib/PhemeObjects.pir (original)
+++ trunk/languages/pheme/lib/PhemeObjects.pir Mon Apr 9 00:55:56 2007
@@ -104,3 +104,9 @@
.local pmc symbol_class
subclass symbol_class, [ 'Pheme'; 'Atom' ], [ 'Pheme'; 'Atom'; 'Symbol'
]
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/PhemeSymbols.pir
==============================================================================
--- trunk/languages/pheme/lib/PhemeSymbols.pir (original)
+++ trunk/languages/pheme/lib/PhemeSymbols.pir Mon Apr 9 00:55:56 2007
@@ -434,3 +434,9 @@
result = new cons_type
.return( result )
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/lib/PhemeTest.pir
==============================================================================
--- trunk/languages/pheme/lib/PhemeTest.pir (original)
+++ trunk/languages/pheme/lib/PhemeTest.pir Mon Apr 9 00:55:56 2007
@@ -67,3 +67,9 @@
store_global 'Pheme', 'diag', diag
store_global 'Pheme', 'is_deeply', is_deeply
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:
Modified: trunk/languages/pheme/pheme.pir
==============================================================================
--- trunk/languages/pheme/pheme.pir (original)
+++ trunk/languages/pheme/pheme.pir Mon Apr 9 00:55:56 2007
@@ -83,3 +83,9 @@
chromatic <[EMAIL PROTECTED]>
=cut
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4: