syndicate-rkt/syndicate/main.rkt

15 lines
364 B
Racket
Raw Normal View History

2018-04-29 11:22:12 +00:00
#lang racket/base
2021-06-02 13:00:25 +00:00
(provide (all-from-out "actor.rkt")
(all-from-out "syntax.rkt")
(all-from-out preserves)
:pattern
:template)
2021-05-27 09:28:10 +00:00
2021-06-02 13:00:25 +00:00
(require (except-in "actor.rkt" actor-system))
(require "syntax.rkt")
(require preserves)
(require (only-in "pattern.rkt" :pattern :template))
2018-04-29 11:22:12 +00:00
;; (module reader syntax/module-reader syndicate/lang)