You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
M2libc@08a66159da | 1 year ago | |
test | 1 year ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
LICENSE | 2 years ago | |
README | 1 year ago | |
README.org | 2 years ago | |
cc.c | 8 months ago | |
cc.h | 1 year ago | |
cc_core.c | 1 year ago | |
cc_env.c | 1 year ago | |
cc_globals.c | 1 year ago | |
cc_globals.h | 1 year ago | |
cc_macro.c | 9 months ago | |
cc_reader.c | 1 year ago | |
cc_spawn.c | 5 months ago | |
gcc_req.h | 2 years ago | |
makefile | 1 year ago |
README
#+title: M2-Mesoplanet Macro Expander Saving Our m2-PLANET * About M2-Mesoplanet simplifies the bootstrappable stage0/M2-Planet toolchain by imitating gcc's behaviour. * Options - -f <path> :: input file (specify as many as necessary) - -o <path> :: output file (specify once) - --help or -h :: output simple help message - --version or -V :: output file version - -E or --preprocess-only :: do not spawn processes to generate executable file - --max-string <N> :: N is a number - --fuzz :: prevents execution of dangerous random garbage - --no-debug :: strip debug symbols from output - --dirty-mode :: keep all temp files - --debug-mode <N> :: N is a number