list-of* -> list-of-many

db4
Doug Coleman 2008-03-03 15:23:12 -06:00
parent 58d6e4c97d
commit 07f8203d3e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ MEMO: table-column ( -- parser )
MEMO: table-row ( -- parser )
[
table-column "|" token hide list-of* ,
table-column "|" token hide list-of-many ,
] seq* [ "tr" surround-with-foo ] action ;
MEMO: table ( -- parser )