Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ As inputs, Cesium accepts its own internal `.obj` file format produced by the `-
- `Console`: gets detected from an `.exe` extension
- `Windows`: doesn't get detected, so it's only possible to select manually
- `NetModule`: is a rudiment from Cecil, not supported
- `-c`: will produce a JSON-based object file imitation in the output file. This mode is supposed to be used when using Cesium compiler as a C compiler for an existing toolset.
- `-c`: will produce a JSON-based object file imitation in the output file. This mode is supposed to be used when using Cesium compiler as a C compiler for an existing toolset
- `-ast-dump`: prints the Abstract Syntax Tree (AST) of the output file. No output assembly is generated. For diagnostic use only.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to be --ast-dump, though? Double dash?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should clarify in this same PR that when using -c, we use the --out parameter to write the “object file imitation” in JSON. In this case, no executable is generated.
Also, --ast-dump prints the result to the console, and no executable is generated either.


Implementation Dashboard
------------------------
Expand Down
Loading