Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language

antispam@fricas.org
Thu, 16 Jan 2025 13:46:20 -0000

          From comp.compilers

Related articles
| List of all articles for this month |
From: antispam@fricas.org
Newsgroups: comp.compilers
Date: Thu, 16 Jan 2025 13:46:20 -0000
Organization: Compilers Central
References: 25-01-004
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="97764"; mail-complaints-to="abuse@iecc.com"
Keywords: lex, yacc
Posted-Date: 16 Jan 2025 13:43:59 EST

John R Levine <johnl@taugh.com> wrote:
> The authors developed a compiler for a toy language targeting Raspberry Pi
> using lex and yacc. Nothing very new but it shows how you build a
> compiler incremntally expanding the source language.
>
> https://arxiv.org/abs/2501.04503


I am affraid that the best use of this paper is to forget it.
On one hand presentation is very naive and their "final"
compiler apparently does not handle things handled in ususal toy
compilers. On the other hand their presentation has a lot of
gaps and mistakes, so that a newbie is unlikely to be able to
follow them.
--
                                                            Waldek Hebisch


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.