Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3042
| Path | csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end |
|---|---|
| From | anton@mips.complang.tuwien.ac.at (Anton Ertl) |
| Newsgroups | comp.compilers |
| Subject | Re: Are there "compiler generators"? |
| Date | Wed, 01 Jun 2022 18:05:13 GMT |
| Organization | Institut fuer Computersprachen, Technische Universitaet Wien |
| Lines | 20 |
| Sender | news@iecc.com |
| Approved | comp.compilers@iecc.com |
| Message-ID | <22-06-004@comp.compilers> (permalink) |
| References | <22-06-003@comp.compilers> |
| Injection-Info | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="96388"; mail-complaints-to="abuse@iecc.com" |
| Keywords | design |
| Posted-Date | 02 Jun 2022 18:01:58 EDT |
| X-submission-address | compilers@iecc.com |
| X-moderator-address | compilers-request@iecc.com |
| X-FAQ-and-archives | http://compilers.iecc.com |
| Xref | csiph.com comp.compilers:3042 |
Show key headers only | View raw
Roger L Costello <costello@mitre.org> writes: >So a compiler can be generated declaratively by using a set of >declarative generator tools, e.g., Flex for lexical analysis, Bison >for syntax/semantic analysis, and Iburg for code generation. > >Has anyone used this combination of tools to create a whole compiler? The students taking my compiler course build such compilers: one compiler per student, implementing a different small programming language every year. They also use Ox (an attribute grammar evaluator generator) for getting more structure into the in-between part. Instead of iburg, they can also use burg, which has the same interface. - anton -- M. Anton Ertl anton@mips.complang.tuwien.ac.at http://www.complang.tuwien.ac.at/anton/
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Are there "compiler generators"? Roger L Costello <costello@mitre.org> - 2022-06-01 11:23 +0000
Re: Are there "compiler generators"? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-06-01 18:05 +0000
Re: Are there "compiler generators"? gah4 <gah4@u.washington.edu> - 2022-06-01 14:02 -0700
Re: Are there "compiler generators"? "minf...@arcor.de" <minforth@arcor.de> - 2022-06-07 07:22 -0700
Re: Are there "compiler generators"? Thomas Koenig <tkoenig@netcologne.de> - 2022-06-07 18:34 +0000
csiph-web