aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-04Add comment gen for array typeJoey Yakimowich-Payne
2020-05-04Remove unused procJoey Yakimowich-Payne
2020-05-04Use gState.nocommentsJoey Yakimowich-Payne
2020-05-04Add comments explaining comment node procsJoey Yakimowich-Payne
2020-05-04Remove unnecessary procJoey Yakimowich-Payne
2020-05-04Add ability to have multiple commentsJoey Yakimowich-Payne
2020-05-04Fix comments not being valid rstJoey Yakimowich-Payne
2020-05-04Add comments for fields and objectsJoey Yakimowich-Payne
2020-05-04Add comments for enums and procsJoey Yakimowich-Payne
2020-05-04Add more maintainable build typesJoey Yakimowich-Payne
Add buildTypes to docs
2020-05-04Address PR issuesJoey Yakimowich-Payne
2020-05-04Make getHeader specify which make strategy to useJoey Yakimowich-Payne
Fix make call Add comment
2020-05-04Update README with changelog, creditsGanesh Viswanathan
2020-05-04Add change logchangelogGanesh Viswanathan
2020-05-02Update README based on feedbackGanesh Viswanathan
2020-05-01Fix for zliblzast2Ganesh Viswanathan
2020-05-01Fixes and test lzma/zlib with ast2Ganesh Viswanathan
2020-05-01Fix #198: integer out of rangegenotrance
2020-05-01Fix #196 - more known typesissue196Ganesh Viswanathan
2020-05-01Fix #198: integer out of rangeJoey Yakimowich-Payne
2020-04-30Clean globals, build debugast1quietGanesh Viswanathan
2020-04-29Add -f:ast1, lesser debug outputGanesh Viswanathan
2020-04-29Fix timeit ret for osxtimeitGanesh Viswanathan
2020-04-29Fix timeit for legacy, reduce Windows test matrixGanesh Viswanathan
2020-04-28Add timeit to measure test timingsGanesh Viswanathan
2020-04-28Fix mode, toast output dirnimcfgGanesh Viswanathan
2020-04-28Prevent plugin outdir override by configurationGanesh Viswanathan
2020-04-28Enable conf detection in toast standaloneGanesh Viswanathan
2020-04-28Fix #151 and fix #153 - detect nim.cfgGanesh Viswanathan
2020-04-26Merge pull request #191 from jyapayne/poc_print_astgenotrance
[ast2] Enable parsing some C Macro expressions to Nim expressions using treesitter
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
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-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
gstate
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