From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | SF Postgres <sfpug(at)postgresql(dot)org> |
Cc: | San Francisco Perl Mongers <sanfrancisco-pm(at)pm(dot)org> |
Subject: | Re: SF Postgres Meeting Wednesday, June 11 |
Date: | 2008-06-04 06:01:48 |
Message-ID: | 48462FCC.2030103@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | sfpug |
All,
Updated description of the talk:
An Introduction to Parsing
No matter what language you use to write software --
from Basic and C to Java, Python, Perl and SQL -- a
parser is part of the behind-the-scenes machinery. The
parser is an essential part of translating what you
write into something that can be executed. It analyzes
your code and breaks it down into contants, variables,
statements, expressions, punctuation, etc.
We'll talk about what parsing is, how a parser works,
how parsing integrates with semantic analysis, and
discuss some different types of parsers and
compiler-compilers. We'll finish with a very brief
look at the PostgreSQL parser.
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2008-06-05 02:21:44 | PostgreSQL training in Santa Clara, June 23 |
Previous Message | David Fetter | 2008-06-03 23:07:29 | SF Postgres Meeting Wednesday, June 11 |