Skip to content

Instantly share code, notes, and snippets.

@johannessen
Created May 1, 2021 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johannessen/a3b6c416b507d7230344cc6cf995bc9f to your computer and use it in GitHub Desktop.
Save johannessen/a3b6c416b507d7230344cc6cf995bc9f to your computer and use it in GitHub Desktop.
Experimental functions in the Perl 5.32.1 API

Array Manipulation Functions

  • BhkDISABLE
  • BhkENABLE
  • BhkENTRY_set
  • blockhook_register
  • cophh_2hv
  • cophh_copy
  • cophh_delete_pv
  • cophh_delete_pvn
  • cophh_delete_pvs
  • cophh_delete_sv
  • cophh_fetch_pv
  • cophh_fetch_pvn
  • cophh_fetch_pvs
  • cophh_fetch_sv
  • cophh_free
  • cophh_new_empty
  • cophh_store_pv
  • cophh_store_pvn
  • cophh_store_pvs
  • cophh_store_sv

Embedding Functions

Global Variables

Hash Manipulation Functions

  • lex_bufutf8
  • lex_discard_to
  • lex_grow_linestr
  • lex_next_chunk
  • lex_peek_unichar
  • lex_read_space
  • lex_read_to
  • lex_read_unichar
  • lex_start
  • lex_stuff_pv
  • lex_stuff_pvn
  • lex_stuff_pvs
  • lex_stuff_sv
  • lex_unstuff
  • parse_arithexpr
  • parse_barestmt
  • parse_block
  • parse_fullexpr
  • parse_fullstmt
  • parse_label
  • parse_listexpr
  • parse_stmtseq
  • parse_subsignature
  • parse_termexpr
  • PL_parser->bufend
  • PL_parser->bufptr
  • PL_parser->linestart
  • PL_parser->linestr
  • wrap_keyword_plugin

Numeric functions

Optree Manipulation Functions

Pad Data Structures

SV Manipulation Functions

Unicode Support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment