Created
April 10, 2019 22:25
-
-
Save jbclements/ed72ed65c10ad00620721d6ced305abe to your computer and use it in GitHub Desktop.
our magnificent front end
This file contains hidden or 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
#lang racket | |
;; this file uses the back-end | |
(require "back-end.rkt") | |
;; read lines from an input file | |
(define lines (file->lines "/tmp/input.src")) | |
(serialize (reverse lines)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment