#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
static void | action (int d) |
static int | get () |
static int | isAlphanum (int c) |
static void | jsmin () |
int | main (int argc, char *argv[]) |
static int | next () |
static int | peek () |
Variables | |
static int | theA |
static int | theB |
static int | theLookahead = EOF |
static int isAlphanum | ( | int | c | ) | [static] |
int theLookahead = EOF [static] |