Related articles |
---|
Are there "compiler generators"? costello@mitre.org (Roger L Costello) (2022-05-28) |
Re: Are there "compiler generators"? robin51@dodo.com.au (Robin Vowels) (2022-05-29) |
Re: Are there "compiler generators"? 0xe2.0x9a.0x9b@gmail.com (Jan Ziak) (2022-05-28) |
Re: Are there "compiler generators"? anton@mips.complang.tuwien.ac.at (2022-05-29) |
Re: Are there "compiler generators"? tkoenig@netcologne.de (Thomas Koenig) (2022-05-29) |
Re: Are there "compiler generators"? martin@gkc.org.uk (Martin Ward) (2022-05-29) |
Re: Are there "compiler generators"? pronesto@gmail.com (Fernando) (2022-05-29) |
Re: Are there "compiler generators"? gah4@u.washington.edu (gah4) (2022-05-29) |
Re: Are there "compiler generators"? anton@mips.complang.tuwien.ac.at (2022-05-30) |
[10 later articles] |
From: | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Sat, 28 May 2022 23:52:54 -0700 (PDT) |
Organization: | Compilers Central |
References: | 22-05-054 |
Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="53374"; mail-complaints-to="abuse@iecc.com" |
Keywords: | tools |
Posted-Date: | 29 May 2022 18:14:13 EDT |
In-Reply-To: | 22-05-054 |
On Sunday, May 29, 2022 at 4:16:21 AM UTC+2, Roger L Costello wrote:
> Hi Folks,
>
> There are lexer generators. Flex is a lexer generator.
>
> There are parser generators. Bison is a parser generator.
>
> Are there compiler generators? ...
If you like reading about something which might be practical in a
hundred years: https://people.idsia.ch/~juergen/goedelmachine.html
(1st paper in the series: https://arxiv.org/abs/cs/0309048)
Some practical examples available today, having some similarity to the above method, are PyPy and GraalVM.
There is also http://www.general-game-playing.de for example.
-atom
Return to the
comp.compilers page.
Search the
comp.compilers archives again.