mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
19 lines
271 B
Text
19 lines
271 B
Text
description "Partly heurestic (imprecise) C++ parser for purposes of Assist++ (intellisense)\377";
|
|
|
|
optimize_speed;
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
CppBase.h,
|
|
keyword.i,
|
|
Pre.cpp,
|
|
cpplex.cpp,
|
|
Parser.cpp,
|
|
Base.cpp,
|
|
Scopefo.cpp,
|
|
Qualify.cpp,
|
|
Info readonly separator,
|
|
Copying;
|
|
|