From b4633249ac65db74101bfee1ff72fbe4eebb9a07 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Jul 2013 19:07:51 -0400 Subject: update this comment --- Keyword.xs | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/Keyword.xs b/Keyword.xs index 9ee7296..249121e 100644 --- a/Keyword.xs +++ b/Keyword.xs @@ -72,25 +72,11 @@ static OP *parser_callback(pTHX_ GV *namegv, SV *psobj, U32 *flagsp) args_generator)))); } -// we will need helper functions for -// - lexer functions -// - lex_read_space -// - lex_peek_unichar -// - lex_stuff_sv -// - parser functions (OP* return values should become coderefs) -// - parse_arithexpr -// - parse_barestmt -// - parse_block -// - parse_fullexpr -// - parse_fullstmt -// - parse_label -// - parse_listexpr -// - parse_stmtseq -// - parse_termexpr -// - random other things -// - "read a variable name" -// - "read a quoted string" -// - "create a new lexical variable" (should return a reference to it) +/* TODO: + * - "parse a variable name" + * - "parse a quoted string" + * - "create a new lexical variable" (maybe?) + */ MODULE = Parse::Keyword PACKAGE = Parse::Keyword -- cgit v1.2.3-54-g00ecf