Scroll to navigation

PPX-BASE:(1) User Commands PPX-BASE:(1)

NAME

ppx-base: - manual page for ppx-base: unknown option '--version'.

DESCRIPTION

ppx-base [extra_args] [<files>]

Run as a -ppx rewriter (must be the first argument)
Same as -as-ppx
Shorthand for: -dump-ast -embed-errors
Same as -as-pp
Output file (use '-' for stdout)
-
Read input from stdin
Dump the marshaled ast to the output file instead of pretty-printing it
Same as -dump-ast
Print the parsetree (same as ocamlc -dparsetree)
Embed errors in the output AST (default: true when -as-pp, false otherwise)
Produce no output, except for errors
Treat the input as a .ml file
Same as -impl
Treat the input as a .mli file
Same as -intf
Debug attribute dropping
Print linked-in code transformations, in the order they are applied
Print the actual passes over the whole AST in the order they are applied
(no effect -- kept for compatibility)
Pipe sources through preprocessor <command> (incompatible with -as-ppx)
(WIP) Pretty print the output using a mix of the input source and the generated code
(WIP) same as -reconcile but uses comments to enclose the generated code
Don't use colors when printing errors
Diff command when using code expectations (use - to disable diffing)
Instruct code generators to improve the prettiness of the generated code
Code styler
Where to store the output metadata
Suffix to append to corrected files
File name to use in locations
Mark the given namespace as reserved
Disable checks (unsafe)
Enable checks
Disable checks on extension point only
Enable checks on extension point only
Disable locations check only
Enable locations check only
Apply these transformations in order (comma-separated list)
Exclude these transformations
Do not merge context free transformations (better for debugging rewriters). As a result, the context-free transformations are not all applied before all impl and intf.
Set the cookie NAME to EXPR
Same as -cookie
Do not try to disable warning 32 for the generated code
How to disable warning 32 for the generated code
Deprecated, use -deriving-keep-w32
Deprecated, use -deriving-disable-w32-method
Do not try to disable warning 60 for the generated code
Allow ppx derivers to enable unused code warnings
Display this list of options
Display this list of options

ppx-base [extra_args] [<files>]

Run as a -ppx rewriter (must be the first argument)
Same as -as-ppx
Shorthand for: -dump-ast -embed-errors
Same as -as-pp
Output file (use '-' for stdout)
-
Read input from stdin
Dump the marshaled ast to the output file instead of pretty-printing it
Same as -dump-ast
Print the parsetree (same as ocamlc -dparsetree)
Embed errors in the output AST (default: true when -as-pp, false otherwise)
Produce no output, except for errors
Treat the input as a .ml file
Same as -impl
Treat the input as a .mli file
Same as -intf
Debug attribute dropping
Print linked-in code transformations, in the order they are applied
Print the actual passes over the whole AST in the order they are applied
(no effect -- kept for compatibility)
Pipe sources through preprocessor <command> (incompatible with -as-ppx)
(WIP) Pretty print the output using a mix of the input source and the generated code
(WIP) same as -reconcile but uses comments to enclose the generated code
Don't use colors when printing errors
Diff command when using code expectations (use - to disable diffing)
Instruct code generators to improve the prettiness of the generated code
Code styler
Where to store the output metadata
Suffix to append to corrected files
File name to use in locations
Mark the given namespace as reserved
Disable checks (unsafe)
Enable checks
Disable checks on extension point only
Enable checks on extension point only
Disable locations check only
Enable locations check only
Apply these transformations in order (comma-separated list)
Exclude these transformations
Do not merge context free transformations (better for debugging rewriters). As a result, the context-free transformations are not all applied before all impl and intf.
Set the cookie NAME to EXPR
Same as -cookie
Do not try to disable warning 32 for the generated code
How to disable warning 32 for the generated code
Deprecated, use -deriving-keep-w32
Deprecated, use -deriving-disable-w32-method
Do not try to disable warning 60 for the generated code
Allow ppx derivers to enable unused code warnings
Display this list of options
Display this list of options

SEE ALSO

The full documentation for ppx-base: is maintained as a Texinfo manual. If the info and ppx-base: programs are properly installed at your site, the command

info ppx-base:

should give you access to the complete manual.

February 2024 ppx-base: unknown option '--version'.