|
reldb 0.1.0
Recreational SQLite
|
Main entry point for the REPL application. More...
#include "compiler.h"#include "inputbuffer.h"#include "vm.h"#include <macros.h>#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <types.h>
Go to the source code of this file.
Functions | |
| static void | print_prompt (void) |
| int | main (void) |
Variables | |
| static u8 | r |
Main entry point for the REPL application.
Definition in file main.c.
|
inlinestatic |