Changes between Version 7 and Version 8 of HllInteroperability

Show
Ignore:
Timestamp:
06/30/09 19:54:59 (13 years ago)
Author:
japhb
Comment:

Add Trac Ticket numbers for two existing General Issues

Legend:

Unmodified
Added
Removed
Modified
  • HllInteroperability

    v7 v8  
    11= General Issues = 
    2  * Until case mangling issues in Parrot are fixed, you must use an all-lowercase HLL name (someone plz add TT#) 
    3  * Due to current bugs in Parrot, the 'load_language' opcode *must* be called from the 'parrot' HLL 
     2 * Until case mangling issues in Parrot are fixed, you must use an all-lowercase HLL name (TT #777) 
     3 * Due to current bugs in Parrot, the 'load_language' opcode *must* be called from the 'parrot' HLL (TT #150) 
    44= Library Loading = 
    55To provide other languages access to libraries written in your language, you must add a 'load_library' method to your compiler object.  This method must accept one positional parameter, a list (or ::-delimited string?) representing the name of the library to load, and an arbitrary quantity of other named parameters (:named :slurpy), which it is (currently) free to ignore.  This method should return a hash containing the following attributes: