parent
b8a0feea5c
commit
e60b5004b7
|
@ -172,8 +172,8 @@ CONSTANT: galois-slides
|
||||||
{ { $link POSTPONE: EBNF: } ": a complex parsing word" }
|
{ { $link POSTPONE: EBNF: } ": a complex parsing word" }
|
||||||
"Implements a custom syntax for expressing parsers: like OMeta!"
|
"Implements a custom syntax for expressing parsers: like OMeta!"
|
||||||
{ "Example: " { $vocab-link "printf-example" } }
|
{ "Example: " { $vocab-link "printf-example" } }
|
||||||
{ $code "\"vegan\" \"cheese\" \"%s is not %s\\n\" printf" }
|
{ $code "\"cheese\" \"vegan\" \"%s is not %s\\n\" printf" }
|
||||||
{ $code "5 \"Factor\" \"%s is %d years old\\n\" printf" }
|
{ $code "\"Factor\" 5 \"%s is %d years old\\n\" printf" }
|
||||||
}
|
}
|
||||||
{ $slide "Example: simple web browser"
|
{ $slide "Example: simple web browser"
|
||||||
{ $vocab-link "webkit-demo" }
|
{ $vocab-link "webkit-demo" }
|
||||||
|
|
|
@ -335,8 +335,8 @@ CONSTANT: google-slides
|
||||||
{ { $link POSTPONE: EBNF: } ": a complex parsing word" }
|
{ { $link POSTPONE: EBNF: } ": a complex parsing word" }
|
||||||
"Implements a custom syntax for expressing parsers"
|
"Implements a custom syntax for expressing parsers"
|
||||||
{ "Example: " { $vocab-link "printf-example" } }
|
{ "Example: " { $vocab-link "printf-example" } }
|
||||||
{ $code "\"vegan\" \"cheese\" \"%s is not %s\\n\" printf" }
|
{ $code "\"cheese\" \"vegan\" \"%s is not %s\\n\" printf" }
|
||||||
{ $code "5 \"Factor\" \"%s is %d years old\\n\" printf" }
|
{ $code "\"Factor\" 5 \"%s is %d years old\\n\" printf" }
|
||||||
}
|
}
|
||||||
{ $slide "Input/output library"
|
{ $slide "Input/output library"
|
||||||
"One of Factor's strongest points: portable, full-featured, efficient"
|
"One of Factor's strongest points: portable, full-featured, efficient"
|
||||||
|
|
|
@ -192,8 +192,8 @@ CONSTANT: vpri-slides
|
||||||
{ { $link POSTPONE: EBNF: } ": a complex parsing word" }
|
{ { $link POSTPONE: EBNF: } ": a complex parsing word" }
|
||||||
"Implements a custom syntax for expressing parsers: like OMeta!"
|
"Implements a custom syntax for expressing parsers: like OMeta!"
|
||||||
{ "Example: " { $vocab-link "printf-example" } }
|
{ "Example: " { $vocab-link "printf-example" } }
|
||||||
{ $code "\"vegan\" \"cheese\" \"%s is not %s\\n\" printf" }
|
{ $code "\"cheese\" \"vegan\" \"%s is not %s\\n\" printf" }
|
||||||
{ $code "5 \"Factor\" \"%s is %d years old\\n\" printf" }
|
{ $code "\"Factor\" 5 \"%s is %d years old\\n\" printf" }
|
||||||
}
|
}
|
||||||
{ $slide "Example: simple web browser"
|
{ $slide "Example: simple web browser"
|
||||||
{ $vocab-link "webkit-demo" }
|
{ $vocab-link "webkit-demo" }
|
||||||
|
|
Loading…
Reference in New Issue