aboutsummaryrefslogtreecommitdiff
path: root/tests/include
AgeCommit message (Collapse)Author
2020-05-27Fix #222bugs-1Ganesh Viswanathan
2020-05-15Make undefined constants keep typesJoey Yakimowich-Payne
2020-05-15Disable windows checkJoey Yakimowich-Payne
2020-05-15Change to static constJoey Yakimowich-Payne
2020-05-15Fix undefined identifiers resulting in incorrect typesJoey Yakimowich-Payne
2020-05-11Fix #196 - allow remapping of typesissue196-2Ganesh Viswanathan
2020-05-09Fix #202 - implement noHeaderpragmasGanesh Viswanathan
2020-05-06Add multiple pointer supportJoey Yakimowich-Payne
2020-05-06Fix pointer issue and testJoey Yakimowich-Payne
2020-05-05Fix tast2.habiGanesh Viswanathan
2020-05-01Fix #198: integer out of rangeJoey Yakimowich-Payne
2020-04-26Add test for not supported nodesJoey Yakimowich-Payne
2020-04-26Fix comments breaking codeJoey Yakimowich-Payne
2020-04-26Fix tmath testsJoey Yakimowich-Payne
Modify tmath.nim to have one skip symbol Fix macro expansion with common value Fix tmath again
2020-04-26Consolidate shift_expression into binary_expression and write more testsJoey Yakimowich-Payne
2020-04-26Fix cast typeJoey Yakimowich-Payne
only run tast2 on supported compilers Change cast to gentle type cast Re enable tests for Nim < 1.0.0
2020-04-26Add string and char supportJoey Yakimowich-Payne
Update some comments Rename exprparser main proc Don't export parse procs Add missing utils module Try to fix array type test Try fix cast test error Disable cast test for now Revert back comment test. Have to figure out how to test without vm
2020-04-26Add math_expression and fix ast2 testsJoey Yakimowich-Payne
Update to include more expressions
2020-04-20ast2 static inline with -H, fix #188, --replace supportGanesh Viswanathan
2020-04-16Fix Travis, tests for varargsvarargsGanesh Viswanathan
2020-04-14ast2 nested array fieldGanesh Viswanathan
2020-04-13Fix #172 - skip qualifiersissue172Ganesh Viswanathan
2020-04-13Fix #185 - forward decl symbol changeGanesh Viswanathan
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