You can not 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 | 6 months ago | |
test | 6 months ago | |
.gitignore | 7 months ago | |
.gitmodules | 7 months ago | |
LICENSE | 1 year ago | |
README | 5 months ago | |
README.org | 7 months ago | |
cc.c | 5 months ago | |
cc.h | 5 months ago | |
cc_core.c | 6 months ago | |
cc_env.c | 5 months ago | |
cc_globals.c | 5 months ago | |
cc_globals.h | 5 months ago | |
cc_macro.c | 5 months ago | |
cc_reader.c | 6 months ago | |
cc_spawn.c | 5 months ago | |
gcc_req.h | 1 year ago | |
makefile | 5 months 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