File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ and HLL::Grammar.
15
15
16
16
. HLL ' nqp'
17
17
18
+ . loadlib " nqp_group"
19
+
20
+ . loadlib " nqp_ops"
21
+
22
+
18
23
. sub ' ' :anon :load :init
19
24
load_bytecode ' Regex.pbc'
20
25
.end
@@ -81,10 +86,6 @@ and HLL::Grammar.
81
86
82
87
. HLL " nqp"
83
88
84
- . loadlib " nqp_group"
85
-
86
- . loadlib " nqp_ops"
87
-
88
89
.namespace []
89
90
. sub " _block11" :anon :subid (" 10_1299450562.384" )
90
91
. annotate ' line' , 0
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ NQP::Compiler - NQP compiler
15
15
.loadlib "nqp_ops"
16
16
.sub '' :anon :load :init
17
17
nqp_dynop_setup
18
+
19
+ .local pmc interp, lexpad, nqplexpad
20
+ interp = getinterp
21
+ lexpad = get_class 'LexPad'
22
+ nqplexpad = get_class 'NQPLexPad'
23
+ interp.'hll_map'(lexpad, nqplexpad)
18
24
.end
19
25
### .include 'gen/nqp-how.pir'
20
26
You can’t perform that action at this time.
0 commit comments