This commit is contained in:
Basile Burg 2017-01-20 06:18:31 +01:00
parent 70d1862771
commit 07a28480e2
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
3 changed files with 17 additions and 1 deletions
dastworx/src
isitthere
src

View File

@ -1209,3 +1209,17 @@ unittest
assert(r.operatorsKinds == 2);
}
unittest
{
//TODO: handle iasm
Function r =
q{
void foo()
{
asm{xor EAX,ECX;}
}
}.test;
//assert(r.operandsKinds == 2);
//assert(r.operatorsKinds == 1);
}

2
isitthere/readme.md Normal file
View File

@ -0,0 +1,2 @@
This folder contains the scripts used to generate several perfect hashsets used in Coedit.
They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere)

View File

@ -1021,7 +1021,7 @@ begin
result := amkBub;
h := hash(w);
if fFilled[h] and (fWords[h] = w) then
result := messageSemantic.fMap[h];
result := fMap[h];
end;
function TCEMessagesWidget.guessMessageKind(const aMessg: string): TCEAppMessageKind;