fix: README -> README.md
This commit is contained in:
parent
43e68af625
commit
99b0a6292c
756 changed files with 323753 additions and 71 deletions
6
ta6ob/nanopass/tests/implementation-helpers.ss
Normal file
6
ta6ob/nanopass/tests/implementation-helpers.ss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
;;; Copyright (c) 2000-2015 Dipanwita Sarkar, Andrew W. Keep, R. Kent Dybvig, Oscar Waddell
|
||||
;;; See the accompanying file Copyright for details
|
||||
|
||||
(library (tests implementation-helpers)
|
||||
(export time printf system interpret pretty-print format)
|
||||
(import (only (scheme) time printf system interpret pretty-print format)))
|
||||
Reference in a new issue