source: dev/trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h@ 506

Last change on this file since 506 was 506, checked in by dai_9181, 16 years ago

LexicalAnalyzerクラスを追加。

File size: 220 bytes
Line 
1#pragma once
2
3namespace ActiveBasic{ namespace Compiler{
4
5
6class LexicalAnalyzer
7{
8public:
9 static bool CollectNamespaces( const char *source, NamespaceScopesCollection &namespaceScopesCollection );
10};
11
12
13}}
Note: See TracBrowser for help on using the repository browser.