rico -> racket-tool

original commit: c862eb8121
This commit is contained in:
Matthew Flatt 2010-04-21 13:38:04 -06:00
parent 6e479fda65
commit d898152fa1
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
tool/command-name
compiler/zo-parse
compiler/decompile
scheme/pretty)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
tool/command-name
compiler/distribute)
(define verbose (make-parameter #f))

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
tool/command-name
compiler/private/embed
dynext/file)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
tool/command-name
scheme/pretty)
(define source-files

View File

@ -1,6 +1,6 @@
#lang setup/infotab
(define rico
(define racket-tools
'(("make" compiler/commands/make "compile source to bytecode" 100)
("exe" compiler/commands/exe "create executable" 20)
("pack" compiler/commands/pack "pack files/collections into a .plt archive" 10)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
tool/command-name
compiler/cm
"../compiler.ss"
dynext/file)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
tool/command-name
setup/pack
setup/getinfo
compiler/distribute)