root/hh2008/hayamiz/trunk/hascheme.scm
@
135
| Revision 15, 186 bytes (checked in by hayamizu, 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/usr/bin/env gosh |
| 2 | ;; -*- coding: utf-8 mode: scheme -*- |
| 3 | |
| 4 | ;; init |
| 5 | (add-load-path "/home/haya/lambdarepos/hh2008/hayamiz/trunk") |
| 6 | (require "hascheme/parser") |
| 7 | |
| 8 | (define (main args) |
| 9 | |
| 10 | 0) |
Note: See TracBrowser
for help on using the browser.
