%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/re2c/examples/c/includes/
Upload File :
Create Path :
Current File : //usr/share/doc/re2c/examples/c/includes/extra_rules.re.inc

// floating-point numbers
frac  = [0-9]* "." [0-9]+ | [0-9]+ ".";
exp   = 'e' [+-]? [0-9]+;
float = frac exp? | [0-9]+ exp;

float { return OK; }

Zerion Mini Shell 1.0