Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: anthk Newsgroups: comp.lang.c Subject: Re: Release my K&R C compiler along OS and utilities Date: Wed, 19 Mar 2025 12:22:06 -0000 (UTC) Organization: A noiseless patient Spider Lines: 26 Message-ID: References: Injection-Date: Wed, 19 Mar 2025 13:22:07 +0100 (CET) Injection-Info: dont-email.me; posting-host="bc2de84e5bd93aa9941f276f732ed172"; logging-data="903932"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XPmJ3NGiksbmJC7gRDz2y" User-Agent: slrn/1.0.3 (OpenBSD) Cancel-Lock: sha1:ILCBxsFGTWPwLn/uBz/Mm7fteuo= Bytes: 1734 On 2025-03-16, Oscar Toledo G wrote: > Hi all. > > I've released recently the source code to my almost full K&R C compiler (minus > extern and static) made in 1993-1996. > > It was developed based on Small-C and expanded to K&R per the book. > > The target of this C compiler is a transputer chip. The C compiler runs under > my own operating system, and you'll find along text editor, assembler, > assorted utilities, a 3D modeler, and a ported Ray Tracer program. > > For this to work, I've made a transputer emulator that can be compiled in > recent macOS (test with Macbook Air M1) > > The full source code is available at https://github.com/nanochess/transputer > > Also three articles about the development are linked there. > > Enjoy it! > > Regards, Thanks/Gracias. Altough from you I would expect using something like Minix 3, or OpenBSD :D.