Menu

inger / News: Recent posts

Compiler Construction Book 1.1

Some mistakes in the book 'Compiler Construction - A Practical Approach' were spotted by readers. These have been corrected in release 1.1.

Alex van Oostenrijk

Posted by Alex van Oostenrijk 2003-01-29

Inger built for Windows

We just built the Inger compiler (version 0.3) on Windows using DJGPP. The resulting exe runs on Windows, but you'll need GNU as and ld (both in DJGPP) to build programs.

Alex van Oostenrijk

Posted by Alex van Oostenrijk 2003-01-26

Inger 0.3 release is out!

The 0.3 release of Inger is out! The Inger compiler works and we can build programs with it. Since Inger allows C interoperability, we are able to create real-world programs with it, such as simple games. Work is underway to write some wrapper header files (.ih files) that allow Inger programs to call a variety of Windows libraries (think DirectX).

The 0.3 release is sizeable (3 Mb), but that is mainly because it includes the LaTeX sources with PNG images for the compiler book, and Inger source examples.... read more

Posted by Alex van Oostenrijk 2003-01-17

Compiler Construction Book Released

The first version of our book on Compiler Construction is finished. It is a comprehensive handbook on writing a compiler from scratch, in C. Topics include lexical anlysis, LL(1) grammars, recursive descent parsing, building abstract syntax trees, type checking, assorted semantic checks, and code generation.

Posted by Alex van Oostenrijk 2003-01-12

Inger 0.1 released

The first iteration of the inger compiler is finished. The parser is fully finished, and so is the abstract syntax tree module. The compiler also generates a symbol table. Work is in progress on semantic analysis (type checking) and code generation.

Posted by Alex van Oostenrijk 2002-11-13