Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 682 Bytes

TODO

File metadata and controls

53 lines (27 loc) · 682 Bytes

NAME

TODO - This is the TODO file for a PIR implementation in NQP.

PARSING

  • strings

    Double-quoted strings doesn't interpolate.

  • heredoc

    Heredocs are parsed. But original node isn't updated.

PAST/POST generating

  • Macros

    Macros are not expanded ATM.

  • "Verbose" PCC calls.

    .set_arg, .get_result, .set_return, .yield, etc.

PBC generating

  • Add file information to the PackFileDebug.

Invocation

  • "@ARGV" support.

    Currently examples/benchmark/fib.pir failing with "Too less positional passed"