Age | Commit message (Expand) | Author | Files | Lines |
2009-12-12 | fixed some namespace bugs | Matthias Kramm | 1 | -2/+0 |
2009-11-14 | fixed some compiler warnings, fixed as3compile spec for-in.as | Matthias Kramm | 1 | -0/+1 |
2009-04-09 | fixed a security bug in logging, added basic xml support to as3 compiler | Matthias Kramm | 1 | -0/+5 |
2009-04-06 | as3: Ast supports brackets now, too. Fixed Math bug in builtins.c | Matthias Kramm | 1 | -1/+1 |
2009-04-06 | finished ast implementation | Matthias Kramm | 1 | -7/+1 |
2009-04-05 | moved global variables/routines to common.h | Matthias Kramm | 1 | -10/+6 |
2009-03-24 | added rollbacking functionality to trier (for namespaces) | Matthias Kramm | 1 | -3/+2 |
2009-03-16 | bugfixes | Matthias Kramm | 1 | -1/+1 |
2009-03-15 | remove namespaces from tokens again when they go out of scope | Matthias Kramm | 1 | -0/+7 |
2009-02-16 | continued namespace member implementation | Matthias Kramm | 1 | -0/+5 |
2009-02-08 | bugfixes, added namespace support | Matthias Kramm | 1 | -0/+2 |
2009-02-07 | added support for mem input | Matthias Kramm | 1 | -0/+3 |
2009-02-03 | new global variable as3_tokencount | Matthias Kramm | 1 | -0/+1 |
2009-01-30 | implemented two-pass compiling | Matthias Kramm | 1 | -0/+1 |
2009-01-06 | export flex definitions | kramm | 1 | -0/+3 |
2009-01-06 | renamed syntaxerror to as3_error, added as3_softwarning | kramm | 1 | -2/+5 |
2009-01-06 | added regexp helper struct | kramm | 1 | -0/+4 |
2009-01-02 | moved flag definitions to registry.h | kramm | 1 | -11/+0 |
2009-01-02 | new helper structs codeandnumber, for_start | kramm | 1 | -3/+10 |
2009-01-02 | reshuffled flags | kramm | 1 | -4/+5 |
2008-12-30 | removed token_t type | kramm | 1 | -6/+10 |
2008-12-30 | params now have a value, too | kramm | 1 | -0/+1 |
2008-12-30 | new struct 'params' | kramm | 1 | -0/+9 |
2008-12-23 | added warning(), missing two/three char symbols | kramm | 1 | -8/+3 |
2008-12-23 | use default list implementation for typedcode | kramm | 1 | -3/+3 |
2008-12-23 | renamed class_signature to classinfo | kramm | 1 | -7/+10 |
2008-12-19 | added missing imports | kramm | 1 | -1/+5 |
2008-12-19 | switched from multiname to class_signature | kramm | 1 | -2/+3 |
2008-12-09 | added +=,-=,=== | kramm | 1 | -0/+12 |
2008-12-09 | new struct writeable | kramm | 1 | -2/+6 |
2008-12-02 | renamed all keywords KW_KEYWORD, added number conversion | kramm | 1 | -1/+4 |
2008-12-02 | initial checkin | kramm | 1 | -0/+43 |