Introduction

RiDL is a collection of compiler tools for the Nemerle language. Currently only the lexical analysis generator (rlex) is fully implemented. Work is currently underway to construct a parser generator (rpg), and a burg like instruction selector is planned.

Download

Releases: Current source code is available from cvs.

Status

  • Calculator example working with support for character literals. See ridl-0.0.2 link above
  • Informal roadmap can be found here.