[honu] add macro user api
This commit is contained in:
parent
d7ebe6599c
commit
20ec2356cb
13
collects/honu/core/api.rkt
Normal file
13
collects/honu/core/api.rkt
Normal file
|
@ -0,0 +1,13 @@
|
|||
#lang racket/base
|
||||
|
||||
;; Public API for interfacing with the honu macro system
|
||||
|
||||
(require "private/syntax.rkt"
|
||||
"private/literals.rkt"
|
||||
(for-syntax "private/compile.rkt"
|
||||
"private/parse2.rkt"))
|
||||
(provide define-honu-syntax
|
||||
define-literal
|
||||
(for-syntax racket-syntax
|
||||
honu-expression
|
||||
parse-all))
|
Loading…
Reference in New Issue
Block a user