mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
WIP
This commit is contained in:
parent
3774eab6aa
commit
4f71809b3d
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ Cyclone will not automatically generate libraries when compiling a program. Each
|
||||||
`cyclone` has the following command line options:
|
`cyclone` has the following command line options:
|
||||||
|
|
||||||
Option | Notes
|
Option | Notes
|
||||||
|
------ | -----
|
||||||
`-t` | Show intermediate trace output in generated C files
|
`-t` | Show intermediate trace output in generated C files
|
||||||
`-d` | Only generate intermediate C files, do not compile them
|
`-d` | Only generate intermediate C files, do not compile them
|
||||||
`-h, --help` | Display usage information
|
`-h, --help` | Display usage information
|
||||||
|
@ -93,6 +94,7 @@ Option | Notes
|
||||||
The following files are generated during the Cyclone compilation process:
|
The following files are generated during the Cyclone compilation process:
|
||||||
|
|
||||||
File Extension | Notes
|
File Extension | Notes
|
||||||
|
-------------- | -----
|
||||||
`.meta` | These text files contain the expanded version of any macros exported by a Scheme library, and allow other modules to easily use those macros during compilation. This file is not generated when compiling a program.
|
`.meta` | These text files contain the expanded version of any macros exported by a Scheme library, and allow other modules to easily use those macros during compilation. This file is not generated when compiling a program.
|
||||||
`.c` | C code file generated by Cyclone.
|
`.c` | C code file generated by Cyclone.
|
||||||
`.o` | Object file generated by the C compiler from the corresponding `.c` file.
|
`.o` | Object file generated by the C compiler from the corresponding `.c` file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue