#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) |
|
|
Definition at line 19 of file scanner.cpp. 00020 {
00021 return !isdigit(c) && !isalpha(c) && c != '.';
00022 }
|
1.4.1