Add #env syntax extension for plucking strings out of the compilation environment.

This commit is contained in:
Graydon Hoare 2011-05-04 19:05:16 -07:00
parent a7db032725
commit d55fa2a9a3
3 changed files with 76 additions and 0 deletions

View file

@ -24,6 +24,7 @@ mod front {
mod ast;
mod creader;
mod extfmt;
mod extenv;
mod codemap;
mod lexer;
mod parser;