aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Skip syms for tmath Skip more syms Add casting back for cast_expression. Disable cast test on Nim < 1.0.0 Skip more syms for cast expressions on Nim < 1.0.0
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 sizeof expression parser, fix nkNone issue, reduce size of typeof ↵Joey Yakimowich-Payne
expressions Cleanup, fix bugs
2020-04-26Add math_expression and fix ast2 testsJoey Yakimowich-Payne
Update to include more expressions
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
2020-04-12Partly fix issue #183, lineTrace:onGanesh Viswanathan
2020-04-11Fix expression override issueGanesh Viswanathan
2020-04-10Fix type override issueGanesh Viswanathan
2020-04-10Fix #178 - single underscoreGanesh Viswanathan
2020-04-09Preprocessor mode fixes (#176)awr1
2020-04-08ast2 tests and const bugfixnewalgo-5Ganesh Viswanathan
2020-04-07Merge branch 'newalgo-4' of https://github.com/nimterop/nimterop into newalgo-4newalgo-4Ganesh Viswanathan
2020-04-07ast2 fix issue 174 - UncheckedArrayGanesh Viswanathan
2020-04-07ast2 tmath testsGanesh Viswanathan
2020-04-07ast2 fix issue 156 - abstract function pointerGanesh Viswanathan
2020-04-06ast2 ignore parseString warnings, optional getNimExpression, handle override ↵Ganesh Viswanathan
nil, param comments
2020-04-06ast2 dynlib fix, add 1.2.0 testingGanesh Viswanathan
2020-04-05ast2 multiple array type blocknewalgo-3Ganesh Viswanathan