Skip to content

Commit

Permalink
Clarify short-listing limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Jul 27, 2024
1 parent 29a6efd commit ecded40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ an `:` or an `=` to separate the option from the argument.
to write short BASIC programs for size coding.
**WARNING**: You should always verify that the minimized version compiles to
the same as the original version, as the parser does not examine the full
code when minimizing and it could write invalid code.
code when minimizing and it could write invalid code. Also, the minimizer
does nor remove extra parenthesis or joins data statements, you should
manually do those transformations before.

- **-h**
Shows available compiler options.
Expand Down

0 comments on commit ecded40

Please sign in to comment.