Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss a chunk of stuff that's happily handled by NQP's generated outpu…
…t now, so needn't be done magically at compiler startup.
  • Loading branch information
jnthn committed Mar 13, 2011
1 parent d5fbdcf commit 02dd606
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/NQP/Compiler.pir
Expand Up @@ -8,24 +8,6 @@ NQP::Compiler - NQP compiler

=cut

.HLL 'nqp'

# Initialize meta-model.
.loadlib "nqp_group"
.loadlib "nqp_ops"
.sub '' :anon :load :init
nqp_dynop_setup

.local pmc interp, lexpad, nqplexpad
interp = getinterp
lexpad = get_class 'LexPad'
nqplexpad = get_class 'NQPLexPad'
interp.'hll_map'(lexpad, nqplexpad)

load_bytecode 'SettingManager.pbc'
load_bytecode 'nqpmo.pbc'
.end

.include 'gen/nqp-grammar.pir'
.include 'gen/nqp-actions.pir'
.include 'gen/nqp-compiler.pir'
Expand Down

0 comments on commit 02dd606

Please sign in to comment.