Port prescheme protocol package

This commit is contained in:
Andrew Whatson 2022-08-08 23:14:42 +10:00
parent f92d8f1c39
commit c84c492567
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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)