adding pr functional lexing parsing talk
This commit is contained in:
parent
442c736410
commit
1086620be6
|
@ -11,6 +11,27 @@
|
|||
CD or DVD should you so choose.
|
||||
<ul>
|
||||
|
||||
<mediaitem title="Functional Lexing and Parsing">
|
||||
<abstract><p>
|
||||
This talk will describe a non-traditional functional approach to the
|
||||
classical problems of lexing (breaking a stream of characters into
|
||||
"words" or tokens) and parsing (identifying tree structure in a stream
|
||||
of tokens based on a grammar, e.g. for a programming language that
|
||||
needs to be compiled or interpreted). The functional approach can
|
||||
clarify and organize a number of algorithms that tend to be opaque in
|
||||
their conventional imperative presentation. No prior background in
|
||||
functional programming, lexing, or parsing is assumed.
|
||||
</p>
|
||||
<p>The slides for this talk can be found <a href="http://mirror.csclub.uwaterloo.ca/csclub/pr-functional-lexing-parsing-slides.pdf">here</a> as a pdf.
|
||||
</p></abstract>
|
||||
<mediafile file="pr-functional-lexing-parsing.avi" type="XviD" />
|
||||
<mediafile file="pr-functional-lexing-parsing.ogg" type="Ogg/Theora" />
|
||||
<mediafile file="pr-functional-lexing-parsing.mp4" type="MP4" />
|
||||
<mediafile file="pr-functional-lexing-parsing.mpg" type="MPG" />
|
||||
<flvfile file="pr-functional-lexing-parsing.flv" />
|
||||
</mediaitem>
|
||||
|
||||
|
||||
<mediaitem title="Rapid Prototyping and Mathematical Art">
|
||||
<abstract><p>
|
||||
The combination of computer graphics, geometry, and rapid
|
||||
|
|
Loading…
Reference in New Issue