﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
760	allow exporting compiler syntax	felix winkelmann	felix winkelmann	"Needs to register the compiler macro when loading an import lib, e.g:

{{{
(##sys#put! 
 'foo#bar
 '##compiler#compiler-syntax
 (##sys#cons
  (##sys#ensure-transformer <body>
    (##sys#current-environment)))
}}}

As can be seen here, the property must be set for the decorated name. Possibly we can get rid of `##core#define-compiler-syntax` entirely. Indirect exports seem to work with this.

"	enhancement	closed	not urgent at all		compiler	4.7.x	wontfix	compiler syntax		hard
