diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:16:44 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:16:44 +0200 |
commit | 07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b (patch) | |
tree | b07a53afeb56f4bba917c1a3a843f48dd25b62be /data/basicopt.txt | |
parent | 916c25f9a70b68eb7a5e2c45d7cc2e10c6e3a525 (diff) | |
download | Nim-07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b.tar.gz |
too many changes to list
Diffstat (limited to 'data/basicopt.txt')
-rw-r--r-- | data/basicopt.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/basicopt.txt b/data/basicopt.txt index a6f6ffee5..dff49c3e8 100644 --- a/data/basicopt.txt +++ b/data/basicopt.txt @@ -4,7 +4,8 @@ Command:: compile compile project with default code generator (C) compile_to_c compile project with C code generator compile_to_cpp compile project with C++ code generator - doc generate the documentation for inputfile; + compile_to_ecmascript compile project to ECMAScript code (experimental) + doc generate the documentation for inputfile; with --run switch opens it with $BROWSER Arguments: arguments are passed to the program being run (if --run option is selected) @@ -18,6 +19,8 @@ Options: --line_trace:on|off code generation for line trace ON|OFF --debugger:on|off turn Embedded Nimrod Debugger ON|OFF -x, --checks:on|off code generation for all runtime checks ON|OFF + --obj_checks:on|off code generation for obj conversion checks ON|OFF + --field_checks:on|off code generation for case record fields ON|OFF --range_checks:on|off code generation for range checks ON|OFF --bound_checks:on|off code generation for bound checks ON|OFF --overflow_checks:on|off code generation for over-/underflow checks ON|OFF |