summaryrefslogtreecommitdiff
path: root/lib/as3/tokenizer.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-12fixed some namespace bugsMatthias Kramm1-2/+0
2009-11-14fixed some compiler warnings, fixed as3compile spec for-in.asMatthias Kramm1-0/+1
2009-04-09fixed a security bug in logging, added basic xml support to as3 compilerMatthias Kramm1-0/+5
2009-04-06as3: Ast supports brackets now, too. Fixed Math bug in builtins.cMatthias Kramm1-1/+1
2009-04-06finished ast implementationMatthias Kramm1-7/+1
2009-04-05moved global variables/routines to common.hMatthias Kramm1-10/+6
2009-03-24added rollbacking functionality to trier (for namespaces)Matthias Kramm1-3/+2
2009-03-16bugfixesMatthias Kramm1-1/+1
2009-03-15remove namespaces from tokens again when they go out of scopeMatthias Kramm1-0/+7
2009-02-16continued namespace member implementationMatthias Kramm1-0/+5
2009-02-08bugfixes, added namespace supportMatthias Kramm1-0/+2
2009-02-07added support for mem inputMatthias Kramm1-0/+3
2009-02-03new global variable as3_tokencountMatthias Kramm1-0/+1
2009-01-30implemented two-pass compilingMatthias Kramm1-0/+1
2009-01-06export flex definitionskramm1-0/+3
2009-01-06renamed syntaxerror to as3_error, added as3_softwarningkramm1-2/+5
2009-01-06added regexp helper structkramm1-0/+4
2009-01-02moved flag definitions to registry.hkramm1-11/+0
2009-01-02new helper structs codeandnumber, for_startkramm1-3/+10
2009-01-02reshuffled flagskramm1-4/+5
2008-12-30removed token_t typekramm1-6/+10
2008-12-30params now have a value, tookramm1-0/+1
2008-12-30new struct 'params'kramm1-0/+9
2008-12-23added warning(), missing two/three char symbolskramm1-8/+3
2008-12-23use default list implementation for typedcodekramm1-3/+3
2008-12-23renamed class_signature to classinfokramm1-7/+10
2008-12-19added missing importskramm1-1/+5
2008-12-19switched from multiname to class_signaturekramm1-2/+3
2008-12-09added +=,-=,===kramm1-0/+12
2008-12-09new struct writeablekramm1-2/+6
2008-12-02renamed all keywords KW_KEYWORD, added number conversionkramm1-1/+4
2008-12-02initial checkinkramm1-0/+43