![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include <sys/select.h>Go to the source code of this file.
Classes | |
| struct | Language |
Macros | |
| #define | MAX_LANG 100 |
| #define | LINE_LEN 256 |
| #define | MAX_CMD 4096 |
Functions | |
| void | print_help (void) |
| int | stdin_has_data (void) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
| void print_help | ( | void | ) |