代码搜索:Tokenizer
找到约 1,110 项符合「Tokenizer」的源代码
代码结果 1,110
www.eeworm.com/read/280836/10289837
cpp tokenizer.cpp
/*
* This file is written by 陆晓春(robert1111@zju.edu.cn)
* Coryright, 2004
*/
// Tokenizer.cpp : implementation file
//
#include "stdafx.h"
#include
www.eeworm.com/read/419146/10884313
h tokenizer.h
#if !defined(AFX_TOKENIZER_H__20050805_FACF_B73F_147C_0080AD509054__INCLUDED_)
#define AFX_TOKENIZER_H__20050805_FACF_B73F_147C_0080AD509054__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/470729/6906748
flex tokenizer.flex
%option case-insensitive
%option noyywrap
%option 8bit
h [0-9a-fA-F]
nonascii [\200-\377]
unicode \\{h}{1,6}[ \t\r\n\f]?
escape {unicode}|\\[ -~\200-\377]
www.eeworm.com/read/470729/6906762
cpp tokenizer.cpp
/*
* This file is part of the DOM implementation for KDE.
*
* Copyright (C) 2003 Lars Knoll (knoll@kde.org)
*
*
* This library is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/466232/7041284
h tokenizer.h
#ifndef _TOKENIZER_H_
#define _TOKENIZER_H_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// tokenizer.h : header file
//
// now should be defined the token types
#define TT_E
www.eeworm.com/read/466232/7041292
cpp tokenizer.cpp
/*
*/
// Tokenizer.cpp : implementation file
//
#include "stdafx.h"
#include "cminus.h"
#include "tokenizer.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
www.eeworm.com/read/149857/7150754
h tokenizer.h
#ifndef _TOKENIZER_H_
#define _TOKENIZER_H_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Tokenizer.h : header file
//
#include "Error.h"
// now should be defined the tok
www.eeworm.com/read/149857/7150784
cpp tokenizer.cpp
// Tokenizer.cpp : implementation file
//
#include "stdafx.h"
#include "miniSQL.h"
#include "Tokenizer.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F