Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Start working towards eliminating src/nqp/Compiler.pir in favor of ju…
…st having Compiler.pm. This moves a couple of bits around, and also twiddles Grammar.pm and Actions.pm to actually be valid Perl 6 (they used to have two semicolon style packages in the same file).
  • Loading branch information
jnthn committed Mar 13, 2011
1 parent 76d887f commit c910ccf
Show file tree
Hide file tree
Showing 4 changed files with 1,716 additions and 1,719 deletions.
7 changes: 7 additions & 0 deletions src/HLL.pir
Expand Up @@ -19,6 +19,13 @@ and HLL::Grammar.

.sub '' :anon :load :init
load_bytecode 'Regex.pbc'

## Bring in PAST and PCT
.local pmc hllns, parrotns, imports
hllns = get_hll_namespace
parrotns = get_root_namespace ['parrot']
imports = split ' ', 'PAST PCT'
parrotns.'export_to'(hllns, imports)
.end

.include 'cclass.pasm'
Expand Down

0 comments on commit c910ccf

Please sign in to comment.