Given a valid regex (pcre style) as an argument, the script will search inside
any *.ops file located in 'path' for an opcode name that matches, dumping both
its arguments and its description.
If no argument is passed, every opcode found is dumped.
Example:
> ./search-ops.py load
----------------------------------------------------------------------
File: core.ops - Parrot Core Ops (2 matches)
----------------------------------------------------------------------
load_bytecode(in STR)
Load Parrot bytecode from file $1, and (TODO) search the library path,
to locate the file.
loadlib(out PMC, in STR)
Load a dynamic link library named $2 and store it in $1.
----------------------------------------------------------------------
File: debug.ops (1 matches)
----------------------------------------------------------------------
debug_load(inconst STR)
Load a Parrot source file for the current program.
Bernhard Schmalhofer via RT wrote:
> On Fr. 07. Jul. 2006, 07:53:22, nap...@spiderfish.net wrote:
> đ
> Hi João,
>
> sorry for being so late in answering your ticket. But I'm on vacation in
> Istria without Internet connection and I only now got around to hitting
> an INternet Cafe.
> I'll apply your patch after July 25th, when I'm back in Germany.
>
> Best regards,
> Bernhard
>
>
>