projects
/
clnl
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added random-float and reporter tests
[clnl]
/
src
/
main
/
cl-nl.asd
1
(asdf:defsystem cl-nl
2
:name "Experiment"
3
:version "0.0.1"
4
:maintainer "Frank Duncan (frank@kank.com)"
5
:author "Frank Duncan (frank@kank.com)"
6
:serial t
7
:components ((:file "package")
8
(:file "lex")
9
(:file "parse")
10
(:file "nvm")
11
(:file "transpile")
12
(:file "random")
13
(:file "main"))
14
:depends-on (:cl-ppcre :mt19937))