prettyprint-docs: fix the obsolete parser code in an example
parent
ea4f061461
commit
bbd7a112f1
|
@ -113,10 +113,10 @@ ARTICLE: "prettyprint-literal" "Literal prettyprinting protocol"
|
||||||
"TUPLE: rect w h ;"
|
"TUPLE: rect w h ;"
|
||||||
""
|
""
|
||||||
"SYNTAX: RECT["
|
"SYNTAX: RECT["
|
||||||
" scan-word"
|
" scan-number"
|
||||||
" scan-word \\ * assert="
|
" scan-token \"*\" assert="
|
||||||
" scan-word"
|
" scan-number"
|
||||||
" scan-word \\ ] assert="
|
" scan-token \"]\" assert="
|
||||||
" <rect> suffix! ;"
|
" <rect> suffix! ;"
|
||||||
}
|
}
|
||||||
"An example literal might be:"
|
"An example literal might be:"
|
||||||
|
|
Loading…
Reference in New Issue