Add tests, fixes for tests, reinstate and type-convert stuff marked "bitrot"
[ccom.git] / ccom.h
2017-02-20 Nick DowningAdd tests, fixes for tests, reinstate and type-convert... master origin/master
2017-02-16 Nick DowningRemove old types from struct nmlist altogether, just...
2017-02-15 Nick DowningImplement a new struct btype (inherits from struct...
2017-02-15 Nick DowningChange ptype to rtype, make new REF basic type ORed...
2017-02-14 Nick DowningTidy up types representation, combining pt_ptotype...
2017-02-13 Nick DowningMake declarator and type parser output detailed types...
2017-02-12 Nick DowningChange structure tags in struct nmlist to be prefixed...
2017-02-12 Nick DowningImplement locnnode (former nnode) and extnnode (former...
2017-02-11 Nick DowningAdd type safety by changing union tree to struct tree...
2017-02-11 Nick DowningChange c1 nomenclature, struct tname|xtname|tconst...
2017-02-10 Nick DowningFix STRASG issue (might need further attention), fix...
2017-02-10 Nick DowningMake rcexpr0() route into rcexpr1(), doesn't add STRASG...
2017-02-10 Nick DowningMake c0 allocate augmented struct (x)tname instead...
2017-02-10 Nick DowningActually unify union tree0 with union tree1, move tree...
2017-02-09 Nick DowningMake proper one-pass compiler by redirecting c0 outcode...
2017-02-07 Nick DowningCreated new driver ccom.c which creates its own tempfil...
2017-02-07 Nick DowningUniqify all conflicting declarations in c[01], merge...