AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 4382 |
r3wp | 44224 |
total: | 48606 |
results window for this page: [start: 48601 end: 48606]
world-name: r3wp
Group: REBOL Syntax ... Discussions about REBOL syntax [web-public] | ||
Maxim: 24-Feb-2012 | actually, path! also has a few quirks, like allowing parens and the use of a get-set-word at the end | |
Maxim: 24-Feb-2012 | no, afaik, just paren!, word and its own additional format quirks. as the global block definition expacts, so too will parens, and thus the path. | |
Maxim: 24-Feb-2012 | I bet you didn't know tags where usable directly ? not many think about it, but since tags are strings, they make a lot of sense for representing XML tree structures... and indeed, I used them when I had namespaced tags. | |
Steeve: 24-Feb-2012 | Trolololol :))))) time-syntax: [ [ and [#":" digit] ; :## | sign ; +:, -: | opt sign some digit : +-##: ] 1 2 [ #":" not #"." [ opt #"+" any digit #"." any digit not #":" ; :+##.## | #"-." any digit not #":" ; :-.##: | opt #"+" some digit ; :+##: | #"+" ; :+: | #"-" any #"0" ; :-00:, :-: ] ] termination ] | |
Steeve: 24-Feb-2012 | time-syntax: [ [ and [#":" digit] ; :## | sign ; +:, -: | opt sign some digit : +-##: ] 1 2 [ #":" not #"." [ opt #"+" any digit #"." any digit not #":" ; :+##.## | #"-" any #"0" #"." any digit not #":" ; :-00.##: | opt #"+" some digit ; :+##: | #"+" ; :+: | #"-" any #"0" ; :-00:, :-: ] ] termination ] | |
Andreas: 6-Mar-2012 | (Ah, and no "advanced" parse constructs. Trying to stay PEG compatible.) |
48601 / 48606 | 1 | 2 | 3 | 4 | 5 | ... | 483 | 484 | 485 | 486 | [487] |