Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Functions
mrbc.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mruby.h"
#include "mruby/compile.h"
#include "mruby/dump.h"
#include "mruby/proc.h"
Include dependency graph for mrbc.c:

Go to the source code of this file.

Data Structures

struct  mrbc_args

Macros

#define RITEBIN_EXT   ".mrb"
#define C_EXT   ".c"

Functions

void mrb_show_version (mrb_state *)
void mrb_show_copyright (mrb_state *)
void parser_dump (mrb_state *, struct mrb_ast_node *, int)
void codedump_all (mrb_state *, int)
int main (int argc, char **argv)
void mrb_init_mrblib (mrb_state *mrb)
void mrb_init_mrbgems (mrb_state *mrb)
void mrb_final_mrbgems (mrb_state *mrb)

Macro Definition Documentation

#define C_EXT   ".c"

Definition at line 10 of file mrbc.c.

#define RITEBIN_EXT   ".mrb"

Definition at line 9 of file mrbc.c.

Function Documentation

void codedump_all ( mrb_state ,
int   
)

Definition at line 2823 of file codegen.c.

int main ( int  argc,
char **  argv 
)

Definition at line 239 of file mrbc.c.

Here is the call graph for this function:

void mrb_final_mrbgems ( mrb_state mrb)

Definition at line 319 of file mrbc.c.

Here is the caller graph for this function:

void mrb_init_mrbgems ( mrb_state mrb)

Definition at line 314 of file mrbc.c.

Here is the caller graph for this function:

void mrb_init_mrblib ( mrb_state mrb)

Definition at line 308 of file mrbc.c.

Here is the call graph for this function:

void mrb_show_copyright ( mrb_state )

Definition at line 64 of file print.c.

Here is the call graph for this function:

void mrb_show_version ( mrb_state )

Definition at line 54 of file print.c.

Here is the call graph for this function:

void parser_dump ( mrb_state ,
struct mrb_ast_node ,
int   
)

Definition at line 11141 of file parse.c.

Here is the call graph for this function:

Here is the caller graph for this function: