Package files

Stuff needed for package system
This commit is contained in:
JackFirth 2014-12-09 18:10:21 -08:00
parent 1daa6dad8f
commit b7e9bb1335
2 changed files with 9 additions and 0 deletions

4
info.rkt Normal file
View File

@ -0,0 +1,4 @@
#lang info
(define name "generic-syntax-expanders")
(define scribblings '(("generic-syntax-expanders.scrbl")))

5
main.rkt Normal file
View File

@ -0,0 +1,5 @@
#lang racket
(require "define-with-expanders.rkt")
(provide (all-from-out "define-with-expanders.rkt"))