Skip to content

Commit

Permalink
Add enter instruction and remove Base92 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
okuoku committed Aug 1, 2022
1 parent f53d665 commit cdd8bfc
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 846 deletions.
2 changes: 1 addition & 1 deletion max-tc.scm
Expand Up @@ -191,7 +191,7 @@
;; Symbols (R4RS section 6.4).

(define symbol? (instance? symbol-type))
(define (string->uninterned-symbol str) (rib #f str symbol-type))
(define (string->uninterned-symbol str) (rib "unspecified" str symbol-type))

(define (symbol->string sym)
(if (symbol? sym)
Expand Down

0 comments on commit cdd8bfc

Please sign in to comment.