Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.04 KB

compiler2

Current status of a new racket compiler that uses Nanopass

Build Status Coverage Status

Features of Racket currently supported

  • Racket Expression Language
  • Primitive Functions
  • Top Level Definitions
  • Modules

Known missing (or partially complete) features

  • Syntax Objects
  • Syntax/Macro definitions
  • Require/Provide Specifications
  • Lots of optimizations

Files

LICENSE.txt                 -- The license file for this repo
README.md                   -- This Readme File.
info.rkt                    -- Package dependencies for this compiler
main.rkt                    -- The compiler itself, including tests
scribblings/compiler2.scrbl -- The (currently missing) documentation