From dc3078a06b5ee52751cfb6fd6cf13b3790632ac4 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 12 Jan 2019 00:38:45 +1100 Subject: Packrat.Lexer.Combinators specs and tests complete --- packrat_parser_lib_notes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packrat_parser_lib_notes.txt') diff --git a/packrat_parser_lib_notes.txt b/packrat_parser_lib_notes.txt index 8c6117c..b85abfe 100644 --- a/packrat_parser_lib_notes.txt +++ b/packrat_parser_lib_notes.txt @@ -158,7 +158,16 @@ Packrat.Lexer - should be possible to place an upper limit on the number of tokens scanned, so as to accommodate a statically sized output array of tokens (and possibly a statically sized input array) +List of datatypes: +Combinator +Combinator_Result + List of funcs: +(for Combinator_Results) +Create_Result +Join +Status + (each of these is generic over an array of lexer_component functions, either Stamp or Ignore as below) Scan - function that returns an array of lexed tokens -- cgit