brainfuck  0.1
A full fledged brainfuck compiler
Functions
main.c File Reference

Main entry point for compiler. More...

#include <stdlib.h>
#include <string.h>
#include "common.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 main More...
 

Detailed Description

Main entry point for compiler.

Author
Benjamin James
Date
15 September 2015

Definition in file main.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

main

Parameters
argcthe number of arguments
argvthe argument strings
Returns
the success of the program (0 on success)

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().