[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] silex command line documentation
From: |
Brandon J. Van Every |
Subject: |
[Chicken-users] silex command line documentation |
Date: |
Sat, 13 May 2006 01:37:13 -0700 |
User-agent: |
Thunderbird 1.5.0.2 (Windows/20060308) |
It's a bit cryptic:
Usage: silex FILENAME [OPTION ...]
Reads a syntax definition from FILENAME.l and generates
a lexical analyzer named FILENAME.l.scm. For a list of
options, see the SILex manual.
But the silex.ps I obtained from the Silex Egg webpage has no mention of
command line options at all. Nor is inspecting the source code yielding
any clue. In particular, I'd like to know how to generate an arbitrary
output filename. Short of hacking around it with "mv blah.l.scm
blah.l.silex". Also if there are any command line flags for include paths.
Cheers,
Brandon Van Every