Project: Some aid for low level programmer

Peter Wiehe wiehepeter@web.de
Thu, 23 May 2002 22:45:23 +0200


I only want to tell that I 'm going to write some stuff that could be
useful for Tunes LLL. But it is intentionally more limited.
It is like this:
You take your favorite programming language.
You add these extensions.
It applies to interpreters and compilers.
You can write a bootloader (with a compiler) without any Assembler.
You can write a program that accesses hardware on top of OS with
compiler and interpreter.
Depending on your aims it is written system independent or not.
The normal compiler or interpreter does its normal job.

It is about extending the vocabulary of an existing language.
No further smartness or gadgets in it like parsing, runtime
environment or system abstraction layers. That's the job of the
programmer and the language.

I think it could take two years to reach early alpha stage.

Regards
Peter Wiehe