Skip to content
  • Erick's avatar
    Starting implementation of R7 RS functions. · 09f74137
    Erick authored
    Added the flags to distinguish textual and binary ports (a port can be both too)
    R7RS functions implemented:
       - call-with-port
       - textual-port?
       - binary-port?
       - open-binary-input-file
       - open-binary-output-file
    09f74137