Skip to content

LeifAndersen/racket-compiler2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages