Port prescheme protocol package
This commit is contained in:
parent
f92d8f1c39
commit
c84c492567
2 changed files with 6 additions and 3 deletions
4
TODO.org
4
TODO.org
|
@ -71,10 +71,10 @@ involve:
|
|||
*** [?] annotated-read
|
||||
- the implementation of this package is missing from s48
|
||||
|
||||
** ps-compiler/prescheme/package-defs.scm [4/27]
|
||||
** ps-compiler/prescheme/package-defs.scm [5/27]
|
||||
*** [-] prescheme-compiler
|
||||
*** [-] prescheme-display
|
||||
*** [ ] protocol
|
||||
*** [X] protocol
|
||||
*** [ ] prescheme-front-end
|
||||
*** [ ] forms
|
||||
*** [ ] expand
|
||||
|
|
|
@ -17,7 +17,10 @@
|
|||
#:use-module (ps-compiler node primop)
|
||||
#:use-module (ps-compiler prescheme type)
|
||||
#:use-module (ps-compiler prescheme primop primop)
|
||||
#:use-module (ps-compiler util util))
|
||||
#:use-module (ps-compiler util util)
|
||||
#:export (normal-protocol
|
||||
goto-protocol
|
||||
goto-protocol?))
|
||||
|
||||
(set-compiler-parameter! 'lambda-node-type
|
||||
(lambda (node)
|
||||
|
|
Reference in a new issue