handle filesystems where lowercase(file)==file more gracefully
[swftools.git] / lib / as3 / tokenizer.lex
2009-07-31 Matthias Krammhandle filesystems where lowercase(file)==file more...
2009-07-21 Matthias Krammnew tests, fix for non-breakable space bug
2009-04-11 Matthias Krammas3: improved inner function handling, factor static...
2009-04-10 Matthias Krammas3: improved protected handling, xml support. added...
2009-04-09 Matthias Krammfixed a security bug in logging, added basic xml suppor...
2009-04-05 Matthias Krammfinished ast implementation
2009-04-05 Matthias Krammstarted integrating expression ast
2009-04-05 Matthias Krammmoved global variables/routines to common.h
2009-04-03 Matthias Krammimplemented conditional compilation
2009-03-24 Matthias Krammadded rollbacking functionality to trier (for namespaces)
2009-03-20 Matthias Krammimplemented url resolving in namespaces
2009-03-15 Matthias Krammremove namespaces from tokens again when they go out...
2009-03-14 Matthias Krammignore unknown escape sequences
2009-03-14 Matthias Krammnumerous small bugfixes
2009-03-13 Matthias Krammadded support for $id variable names and var x,y lists...
2009-02-16 Matthias Krammmade builtin classes more complete
2009-02-13 Matthias Krammreturn two different '{' tokens depending on context
2009-02-11 Matthias Krammfixed multiline comments for mac files
2009-02-08 Matthias Krammbugfixes, added namespace support
2009-02-07 Matthias Krammstrdup CDATA
2009-02-07 Matthias Krammadded support for mem input
2009-02-03 Matthias Krammadded support for <![CDATA[...]]>
2009-02-03 Matthias Krammnew global variable as3_tokencount
2009-02-02 Matthias Krammflex and bison now have different prefixes
2009-01-30 Matthias Krammimplemented two-pass compiling
2009-01-06 krammadded finally keyword
2009-01-06 krammimplemented hex floats, added softwarning log level
2009-01-06 krammadded \' escape handling
2009-01-06 krammsmall optimizations, improved regexp handling
2009-01-06 krammswitched more integer overflows from error reporting...
2009-01-06 krammconvert integers to float if they're too large
2009-01-02 krammnew keyword 'with'
2009-01-02 krammnew keyword throw
2009-01-02 krammnew keywords in,each
2009-01-02 krammfixed bug in for/do/while/switch
2009-01-02 krammnew keywords try,case,catch,default,switch
2009-01-02 krammadded special tokens for for/do/while
2009-01-02 krammnew keywords do, continue
2009-01-02 krammadded instanceof keyword
2009-01-02 krammfixed bug in hex parsing
2008-12-30 krammnew keyword super
2008-12-30 krammadded void,typeof,undefined keywords
2008-12-30 krammremoved Boolean, Number, uint, int from keywords
2008-12-30 krammonly allow sign in front of a number if it's safe
2008-12-30 krammallow .123 format numbers
2008-12-30 krammadded string unescaping
2008-12-30 krammadded '*=' token
2008-12-30 krammfixed multiline comments
2008-12-30 krammadded T_DOTDOTDOT
2008-12-30 krammremoved token_t type
2008-12-23 krammadded missing count calls
2008-12-23 krammadded return
2008-12-23 krammadded && and ||
2008-12-23 krammadded warning(), missing two/three char symbols
2008-12-19 krammin errors, only print short filename
2008-12-09 krammremove quotes around strings added if/else,==,!=
2008-12-09 krammadded +=,-=,===
2008-12-02 krammfixed number parsing
2008-12-02 krammadded GPL headers
2008-12-02 krammfixed some bugs in handlenumber()
2008-12-02 krammrenamed all keywords KW_KEYWORD, added number conversion
2008-12-02 krammswitched to %union
2008-12-02 kramminitial checkin