Skip to content

Instantly share code, notes, and snippets.

@val314159
Created January 2, 2020 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save val314159/ba1a54634713ea4a3742ed32c2a0dbc4 to your computer and use it in GitHub Desktop.
Save val314159/ba1a54634713ea4a3742ed32c2a0dbc4 to your computer and use it in GitHub Desktop.
eep
(defun readr (s) t)
(defun readc (s) t)
(defun peekc (s) t)
all: ; sbcl --script test.lisp
(load "parse")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment