Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

scanner.cpp File Reference

#include <cctype>
#include <cmath>
#include <iomanip>
#include <celscript/scanner.h>

Include dependency graph for scanner.cpp:

Go to the source code of this file.

Functions

static bool issep (char c)


Function Documentation

static bool issep char  c  )  [static]
 

Definition at line 19 of file scanner.cpp.

00020 {
00021     return !isdigit(c) && !isalpha(c) && c != '.';
00022 }


Generated on Sat Jan 14 22:32:53 2006 for Celestia by  doxygen 1.4.1