bellard
|
9b3c96c88e
|
better type storage
|
2001-12-08 22:51:04 +00:00 |
|
bellard
|
52ca29cd4f
|
fix function call and ! operator
|
2001-12-08 20:24:33 +00:00 |
|
bellard
|
3c9ab729ae
|
added multiple files compile - various symbol related fixes
|
2001-12-08 15:04:01 +00:00 |
|
bellard
|
5d7f7bb5ef
|
even faster
|
2001-12-06 23:57:36 +00:00 |
|
bellard
|
711075fe3b
|
use faster I/O functions - static compile patches
|
2001-12-06 23:39:24 +00:00 |
|
bellard
|
d7e05e1b8f
|
better type checks - syntax fixes (gnu_ext added) - variable external defs
|
2001-12-05 02:02:25 +00:00 |
|
bellard
|
8523baf61d
|
better external allocs handling
|
2001-12-05 00:45:08 +00:00 |
|
bellard
|
18a8013fe7
|
version change
|
2001-12-02 21:44:49 +00:00 |
|
bellard
|
a88b855866
|
update
|
2001-12-02 21:44:40 +00:00 |
|
bellard
|
ebdec645a8
|
added structure assignment (for = and function calls) - added cast handling for short/char (still not complete)
|
2001-12-02 21:24:43 +00:00 |
|
bellard
|
cb1c8c892c
|
first stage for structure assign - added more generic function call code generation
|
2001-12-02 16:25:49 +00:00 |
|
bellard
|
f22a32342b
|
added K&R proto parsing
|
2001-12-02 14:59:18 +00:00 |
|
bellard
|
df9c047082
|
added compound literals parsing - fixed string init with {}
|
2001-12-02 14:47:48 +00:00 |
|
bellard
|
4298fccb0c
|
added wide char and string parsing - added zero init of auto initializers
|
2001-11-28 22:48:43 +00:00 |
|
bellard
|
0c6b2dcdfe
|
completed initializer handlign (compute size before storing initializers if unknown size - macro subst fix
|
2001-11-26 22:57:27 +00:00 |
|
bellard
|
34a14a08a3
|
update
|
2001-11-18 16:33:35 +00:00 |
|
bellard
|
b9455a7484
|
added hash tables - add -o option for debug output
|
2001-11-18 16:33:01 +00:00 |
|
bellard
|
44b5c9742a
|
fixed \nnn char parsing, added #line, added __VA_ARGS__, added macros in #include, added \xnn parsing, added L'' and L parsing (still not OK), added 0bXX, added ISOC99 initializers handling, added declaration parsing anywhere in block
|
2001-11-17 17:22:38 +00:00 |
|
bellard
|
ef6e8589d1
|
ISOC99 restrict,__func__ - added misc macros
|
2001-11-13 22:54:35 +00:00 |
|
bellard
|
4dceee3677
|
update
|
2001-11-11 22:51:50 +00:00 |
|
bellard
|
eb0e3e70dc
|
update
|
2001-11-11 18:01:29 +00:00 |
|
bellard
|
605a028bf4
|
eval function args in reverse order - added short and unsigned char support - added more messages
|
2001-11-11 18:00:58 +00:00 |
|
bellard
|
d261452977
|
better type decl - added -l and -D options - added PROFILE defines
|
2001-11-11 16:07:43 +00:00 |
|
bellard
|
b536ac3068
|
added std libs
|
2001-11-11 02:54:21 +00:00 |
|
bellard
|
507a221f7e
|
new preprocessing: macro function handling and better ANSI conformance
|
2001-11-11 02:53:01 +00:00 |
|
bellard
|
cd526480b8
|
suppressed another alloc
|
2001-11-08 01:30:44 +00:00 |
|
bellard
|
cdf6247518
|
fix defined() handling
|
2001-11-08 01:26:37 +00:00 |
|
bellard
|
a254461560
|
added #if support
|
2001-11-08 01:12:31 +00:00 |
|
bellard
|
b0bdbb14ef
|
added function prototypes and correct recursive type parsing
|
2001-11-07 23:13:29 +00:00 |
|
bellard
|
aca442913c
|
tcclib sample
|
2001-11-06 01:20:38 +00:00 |
|
bellard
|
9736493149
|
new code generator with constant propagation and register allocation - new parser - added #include handling
|
2001-11-06 01:20:20 +00:00 |
|
bellard
|
946b600ddd
|
added union/struct + correct local symbols
|
2001-11-01 14:48:10 +00:00 |
|
bellard
|
b15f269fbe
|
added enum, typedefs, goto, switch
|
2001-10-30 22:43:19 +00:00 |
|
bellard
|
4e92bac070
|
added do while continue - simplify break/continue handling
|
2001-10-30 20:27:54 +00:00 |
|
bellard
|
704d61357c
|
clarified function types - added extern / static - added unsigned and invalid type parsing
|
2001-10-29 23:23:01 +00:00 |
|
bellard
|
9c1b84560e
|
added 'x'= operators
|
2001-10-28 22:24:16 +00:00 |
|
bellard
|
58f3296a6e
|
updated
|
2001-10-28 15:29:01 +00:00 |
|
bellard
|
927c4afc0c
|
update for name change
|
2001-10-28 15:20:24 +00:00 |
|
bellard
|
9a8dfaac35
|
added comments + correct error reporting
|
2001-10-28 15:20:12 +00:00 |
|
bellard
|
586b05f7e6
|
remove unused features for TINY mode
|
2001-10-28 04:08:38 +00:00 |
|
bellard
|
3115a8a38b
|
added for, cond and comma support - fixed div/mod code
|
2001-10-28 02:51:52 +00:00 |
|
bellard
|
881aa9077a
|
shl and shr and for tiny mode only
|
2001-10-28 01:15:41 +00:00 |
|
bellard
|
27f6e16bae
|
Initial revision
|
2001-10-27 23:48:39 +00:00 |
|