implemented asset resolving
[swftools.git] / lib / as3 / compiler.c
2010-01-02 Matthias Krammimplemented asset resolving
2009-07-31 Matthias Krammhandle filesystems where lowercase(file)==file more...
2009-04-23 Matthias Krammas3: better win32 path handling support
2009-04-11 Matthias Krammas3: improved dependency handling
2009-04-05 Matthias Krammfinished ast implementation
2009-04-05 Matthias Krammmoved global variables/routines to common.h
2009-04-03 Matthias Krammas3compile: added -R option, fixed some namespace bugs
2009-03-16 Matthias Krammbugfixes
2009-03-14 Matthias Krammreworked pass1->pass2 scheduling
2009-03-08 Matthias Krammintegrated as3 compiler into swfc
2009-02-14 Matthias Krammswitched debugging off
2009-02-13 Matthias Krammnormalize files before parsing and hashing
2009-02-11 Matthias Krammfixed bug in recursive scheduling
2009-02-08 Matthias Krammnew function compile_directory()
2009-02-08 Matthias Krammbugfixes
2009-02-07 Matthias Krammnew functions schedule_class, schedule_package
2009-02-07 Matthias Krammnew function as3_parse_bytearray
2009-02-03 Matthias Krammadded support for token re-use
2009-02-02 Matthias Krammflex and bison now have different prefixes
2009-01-30 Matthias Krammimplemented two-pass compiling
2009-01-06 krammmoved flex exports to tokenizer.h
2009-01-06 krammadded simple interface to the parser