[svn:parrot] r44494 - branches/ops_pct/compilers/opsc/compiler

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Feb 26 10:21:40 UTC 2010


Author: bacek
Date: Fri Feb 26 10:21:39 2010
New Revision: 44494
URL: https://trac.parrot.org/parrot/changeset/44494

Log:
Add missing compiler.pm. cotto++

Added:
   branches/ops_pct/compilers/opsc/compiler/compiler.pm

Added: branches/ops_pct/compilers/opsc/compiler/compiler.pm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/ops_pct/compilers/opsc/compiler/compiler.pm	Fri Feb 26 10:21:39 2010	(r44494)
@@ -0,0 +1,7 @@
+class Ops::Compiler is HLL::Compiler;
+ 
+INIT {
+    Ops::Compiler.language('Ops');
+    Ops::Compiler.parsegrammar(Ops::Grammar);
+    Ops::Compiler.parseactions(Ops::Actions);
+}


More information about the parrot-commits mailing list