aboutsummaryrefslogtreecommitdiff
path: root/tests/include
AgeCommit message (Collapse)Author
2020-04-12Partly fix issue #183, lineTrace:onGanesh Viswanathan
2020-04-10Fix #178 - single underscoreGanesh Viswanathan
2020-04-08ast2 tests and const bugfixnewalgo-5Ganesh Viswanathan
2020-04-07ast2 fix issue 174 - UncheckedArrayGanesh Viswanathan
2020-04-07ast2 fix issue 156 - abstract function pointerGanesh Viswanathan
2020-04-05ast2 multiple array type blocknewalgo-3Ganesh Viswanathan
2020-04-05ast2 var of proc type, multiple proc type blockGanesh Viswanathan
2020-04-03ast2 test fix for osx, catch parseString errors, handle type field commentsGanesh Viswanathan
2020-04-01ast2 proc pragmas, fix typedef struct X importc, convention selection, ast2 ↵Ganesh Viswanathan
bitfield support
2020-03-30c2nImport ret, del specials from header, cache if exec not die, ast2 type ↵Ganesh Viswanathan
pragma improvements
2020-03-25ast2 newTypeIdent cleanup, pragma tests, docs.nim docsGanesh Viswanathan
2020-03-23ast2 override final, void return and param fixes, multi proc supportGanesh Viswanathan
2020-03-23ast2 enum supportGanesh Viswanathan
2020-03-21ast2 forward declaration supportGanesh Viswanathan
2020-03-20ast2 improve override/skip, duplicatesGanesh Viswanathan
2020-03-18ast2 getNameInfo cleanup, initial skip/override supportGanesh Viswanathan
2020-03-17Initial ast2 proc supportGanesh Viswanathan
2020-03-16Add ast2 union supportGanesh Viswanathan
2020-03-16Add ast2 array expression support, cleanup debug outputGanesh Viswanathan
2020-03-12Fix #169 - header pragma omitted by defaultissue169Ganesh Viswanathan
2020-03-10Merge newalgo branch ast2 functionalityfast2Ganesh Viswanathan
2019-12-21Fix #75 - support char and char* #definesissue75Ganesh Viswanathan
2019-12-20Fix #57 and #152 - clean ident in expressionsissue57Ganesh Viswanathan
2019-10-21Test cases for cOverrideoverrideGanesh Viswanathan
2019-10-16Partial fix for #139Ganesh Viswanathan
2019-10-14Fix execAction, enum expressions, union cleanup, no forceCleanGanesh Viswanathan
2019-07-29Fix #131 - division in enumsGanesh Viswanathan
2019-06-09Bitfield support, space after commentsGanesh Viswanathan
2019-05-07Add support for char enums - #119Ganesh Viswanathan
2019-05-07Pragma cleanup and fixesGanesh Viswanathan
2019-05-07Undo volatile testcaseGanesh Viswanathan
2019-05-07Support for type qualifier after typeGanesh Viswanathan
2019-05-07Test case for enum identifer or'dGanesh Viswanathan
2019-04-05Handle struct pointer first field, additional debuggingGanesh Viswanathan
2019-03-23Double pointer supportGanesh Viswanathan
2019-01-28Fix skip bug on _, parent in SymbolGanesh Viswanathan
2019-01-22Partial fix for #52 - only when names differGanesh Viswanathan
2019-01-22Fix #58Ganesh Viswanathan
2019-01-21Fix #53 - array size expressionsGanesh Viswanathan
2019-01-21Support for empty struct/unionGanesh Viswanathan
2019-01-21Fix #50 - ptr object to pointerGanesh Viswanathan
2019-01-19Fix #41Ganesh Viswanathan
2019-01-18Recursive node support, enum expressions, or/and/not (#45)genotrance
2018-12-29add failing tests; add a test at CTTimothee Cour
2018-12-28Implement PR #17Ganesh Viswanathan
2018-12-27Fix #15, fix #20Ganesh Viswanathan
2018-12-27Struct field function pointers, cstring, show toast error in cimportGanesh Viswanathan
2018-12-26Array ptr, numeric length, testsGanesh Viswanathan
2018-12-26Tests for enhancementsGanesh Viswanathan
2018-12-04Support for unionsGanesh Viswanathan