* threaded parser
[m6w6/ext-psi] / src / parser.c
2018-12-04  Michael Wallner* threaded parser
2018-12-04  Michael Wallnerfix float formats; fix sime defval edge cases
2018-12-04  Michael Wallnerfix gdbinit; postprocessing macros
2018-12-04  Michael Wallnerdump fixes
2018-12-04  Michael Wallnercommit after reset fuckup
2018-12-04  Michael Wallnerbasic support for builtins
2018-11-02  Michael Wallnerpe*alloc
2018-11-02  Michael Wallnercache cpp defaults
2018-11-02  Michael Wallnerinterned strings
2018-11-01  Michael Wallnercpp: avoid a gazillion calls to memcpy/memmove
2018-10-31  Michael Wallnerfix leaks
2018-10-30  Michael Wallnerzend_string'ify
2018-10-29  Michael Wallnerfix leak
2018-10-24  Michael Wallnerparser: fix `extension static inline` in bits/byteswap.h
2018-04-19  Michael Wallnerfix leaks
2018-04-18  Michael Wallnerfix extvar list initialization
2018-04-16  Michael Wallnerlift single lib statement restriction
2018-04-16  Michael Wallnerfix sqlite test
2018-04-16  Michael WallnerMerge branch 'slimconfigure'
2017-10-17  Michael Wallnerparser: extern var support
2017-10-17  Michael Wallnerlet_callback: optional call variable list
2017-10-17  Michael Wallnervalidate: fix type stack and leaks
2017-10-16  Michael Wallnerparser: LET foo = CALLBACK[(var_list spec) AS ] LET_CAL...
2017-10-16  Michael Wallnerparser: accept trailing comma in enums; __restrict...
2017-10-16  Michael Wallnerparser: consolidate tokens
2017-10-13  Michael Wallner__int128 support
2017-09-11  Michael Wallnerparser: RETURN [<native call> AS] SET_FUNC
2017-09-08  Michael Wallnerjust predefine stdc inttypes
2017-09-07  Michael Wallnerparser: fix debug
2017-09-06  Michael Wallnerparser: decl blacklist
2017-09-05  Michael Wallnercpp: sizeof, anon decls, etc
2017-07-27  Michael Wallnercpp: fix relative includes
2017-07-27  Michael Wallnercpp: avoid errenous multiple expansions
2017-07-25  Michael Wallnerfix leak
2017-07-25  Michael Wallnerstatic memory for let_calloc
2017-07-07  Michael Wallnerparser: fix parsing escaped characters
2017-05-03  Michael Wallnerbitfield support
2017-05-03  Michael Wallnerallow decl_vars as struct args
2017-05-03  Michael Wallnersplit decl to allow functors as arg
2017-05-03  Michael Wallnercpp
2017-05-03  Michael Wallnerfix leak
2017-05-03  Michael Wallnercpp
2017-05-03  Michael Wallnerbison
2017-05-03  Michael Wallnercpp
2017-02-21  Michael Wallnerparser: regenerate with file header
2017-02-20  Michael Wallnerbuild: fixes
2017-02-09  Michael Wallnerimpl: add {pre,post}_assert statements
2017-02-09  Michael Wallnercalc: boolean expressions
2017-02-06  Michael WallnerIDE navigatable token classes
2017-02-03  Michael Wallneradd generated files