|
brainfuck
0.1
A full fledged brainfuck compiler
|
Main entry point for compiler. More...
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| main More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main
| argc | the number of arguments |
| argv | the argument strings |
Definition at line 20 of file main.c.
References assemble(), close_as_file(), COMPILE, compile(), get_as(), get_as_file(), get_in(), get_obj(), and my_getopt().
1.8.10