aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28Fix #151 and fix #153 - detect nim.cfgGanesh Viswanathan
2020-04-26Merge pull request #191 from jyapayne/poc_print_astgenotrance
2020-04-26Address some PR commentsJoey Yakimowich-Payne
2020-04-26Add test for not supported nodesJoey Yakimowich-Payne
2020-04-26Don't support multiple base nodes yetJoey Yakimowich-Payne
2020-04-26Fix comments breaking codeJoey Yakimowich-Payne
2020-04-26Add skippedSymbols for determining if a type has been skippedJoey Yakimowich-Payne
2020-04-26Add hack for skipping types as root nodesJoey Yakimowich-Payne
2020-04-26Fix tmath testsJoey Yakimowich-Payne
2020-04-26Consolidate shift_expression into binary_expression and write more testsJoey Yakimowich-Payne
2020-04-26Update code with comments and add debug expr procJoey Yakimowich-Payne
2020-04-26nimState -> gStateJoey Yakimowich-Payne
2020-04-26Update based on comments from review. Need to add more docs and reorg to use ...Joey Yakimowich-Payne
2020-04-26Fix pcre testsJoey Yakimowich-Payne
2020-04-26Add missing sized type specifier for 'long int', etcJoey Yakimowich-Payne
2020-04-26Add comments describing capabilitiesJoey Yakimowich-Payne
2020-04-26Use tsNodeChildJoey Yakimowich-Payne
2020-04-26Make bitwise_expression forwards compatibleJoey Yakimowich-Payne
2020-04-26Fix cast typeJoey Yakimowich-Payne
2020-04-26Add string and char supportJoey Yakimowich-Payne
2020-04-26Add sizeof expression parser, fix nkNone issue, reduce size of typeof express...Joey Yakimowich-Payne
2020-04-26Add math_expression and fix ast2 testsJoey Yakimowich-Payne
2020-04-23Add proper binary castingJoey Yakimowich-Payne
2020-04-23Add better error handling for unimplemented typesJoey Yakimowich-Payne
2020-04-23Add preliminary expression parsingJoey Yakimowich-Payne
2020-04-23WIP Ast printingJoey Yakimowich-Payne
2020-04-23Fix rsa testmultifile-2Travis CI User
2020-04-22Add cImport for multiple headersGanesh Viswanathan
2020-04-22markAndSweep, removeStaticcrashGanesh Viswanathan
2020-04-22Remove segfaultsmultifileGanesh Viswanathan
2020-04-22Avoid building toast twice in CIGanesh Viswanathan
2020-04-22Change FILE* to FileGanesh Viswanathan
2020-04-21Fix multi-header processing, perf improvementsGanesh Viswanathan
2020-04-21Get rid of nimStateGanesh Viswanathan
2020-04-21Handle qualifiers after typeGanesh Viswanathan
2020-04-20Some small compatibility fixes for FreeBSD (#190)BarrOff
2020-04-20Remove expandSymlinkstatlineGanesh Viswanathan
2020-04-20ast2 fix replace testGanesh Viswanathan
2020-04-20ast2 static inline with -H, fix #188, --replace supportGanesh Viswanathan
2020-04-19ast2 static inline supportGanesh Viswanathan
2020-04-17Update READMEGanesh Viswanathan
2020-04-16Fix Travis, tests for varargsvarargsGanesh Viswanathan
2020-04-15ast2 varargs supportGanesh Viswanathan
2020-04-15Fix enum size to cintnestedGanesh Viswanathan
2020-04-14ast2 nested array fieldGanesh Viswanathan
2020-04-14ast2 nested struct supportGanesh Viswanathan
2020-04-13Fix #172 - skip qualifiersissue172Ganesh Viswanathan
2020-04-13Fix #185 - forward decl symbol changeGanesh Viswanathan
2020-04-12No explicit imports for cPluginPathcpluginpathGanesh Viswanathan
2020-04-12Fix #181 - cPluginPath()Ganesh Viswanathan