On Fri, Feb 6, 2009 at 1:12 PM, James Keenan via RT <
parrotbug-follo...@parrotcode.org> wrote:

> So here's the current state of what Coke originally posted:
>
> $ cat tclsh.pir
> .HLL 'Tcl'
> .loadlib 'tcl_group'
>
> .sub main :main
> .param pmc argv
> foo(argv)
> .end
>
> .sub foo
> .param pmc args :slurpy
> $S0 = typeof args
> say $S0
> .end
>
> [li11-226:parrot] 504 $ ./parrot tclsh.pir
> ResizablePMCArray
>
> How should we proceed?


Disclaimer: I'm not entirely clear on what exactly is happening in a
.loadlib.
However, I don't see any .HLL_map'ping (either through the .HLL_map, or
through the 'hll_map' method on (I think) the interpreter object).
So, in order to see what's wrong, I think the .loadlib directive needs
inspection.

kjs


>
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>

Reply via email to