Created
January 2, 2020 00:47
-
-
Save val314159/ba1a54634713ea4a3742ed32c2a0dbc4 to your computer and use it in GitHub Desktop.
eep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun readr (s) t) | |
(defun readc (s) t) | |
(defun peekc (s) t) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: ; sbcl --script test.lisp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(load "io") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(load "parse") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment