Merge branch 'master' of git://factorcode.org/git/factor
commit
21ec47f6a7
|
@ -84,7 +84,7 @@ MEMO: table-column ( -- parser )
|
||||||
|
|
||||||
MEMO: table-row ( -- parser )
|
MEMO: table-row ( -- parser )
|
||||||
[
|
[
|
||||||
table-column "|" token hide list-of* ,
|
table-column "|" token hide list-of-many ,
|
||||||
] seq* [ "tr" surround-with-foo ] action ;
|
] seq* [ "tr" surround-with-foo ] action ;
|
||||||
|
|
||||||
MEMO: table ( -- parser )
|
MEMO: table ( -- parser )
|
||||||
|
|
Loading…
Reference in New Issue