aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04Support for unionsGanesh Viswanathan
2018-12-04Add math test for WindowsGanesh Viswanathan
2018-12-04Fix qualifiers, preproc only literals, remove _, struct field issue, print ↵Ganesh Viswanathan
preproc output
2018-12-04Fix crash if no argumentsGanesh Viswanathan
2018-12-04Fix performance issues with regexGanesh Viswanathan
2018-12-04Add short CLI flags, --source= not requiredGanesh Viswanathan
2018-12-03Fixes for const, short and function returning pointerGanesh Viswanathan
2018-12-03Fix inline comments breaking searchGanesh Viswanathan
2018-12-03Fix for uchar and doubleGanesh Viswanathan
2018-12-03Support for unsigned, function params with pointersGanesh Viswanathan
2018-12-03Switch to simpler grammar engineGanesh Viswanathan
2018-12-03Merge branch 'master' of https://github.com/genotrance/nimteropGanesh Viswanathan
2018-11-29Merge pull request #26 from timotheecour/pr_fix_8genotrance
fix #8 ; keep track of source file; display in standard sublime format file:line:col
2018-11-29fix #8 ; keep track of source file; display in standard sublime format ↵Timothee Cour
file:line:col
2018-11-28Fix #22 - print parse errors as commentsGanesh Viswanathan
2018-11-28Fix #23 - handle inline comments, handle typedef enum X {} Y;Ganesh Viswanathan
2018-11-28Update README [ci skip]Ganesh Viswanathan
2018-11-28Merge pull request #21 from timotheecour/pr_misc4genotrance
use cligen; fix bugs; some cleanups
2018-11-28use cligen; fix bugs; some cleanupsTimothee Cour
2018-11-28Fix uint32Ganesh Viswanathan
2018-11-28Move AST to Nim processing into toastGanesh Viswanathan
2018-11-27Fix toast on LinuxGanesh Viswanathan
2018-11-27Merge pull request #18 from timotheecour/pr_fix_32bit_buildsgenotrance
fix 32bit builds
2018-11-27simplift travisTimothee Cour
2018-11-27fix 32bit buildsTimothee Cour
2018-11-27Build status on GithubGanesh Viswanathan
2018-11-27Add CIGanesh Viswanathan
2018-11-27Merge pull request #14 from timotheecour/pr_tnimterop_cppgenotrance
misc changes
2018-11-27doAssert => checkTimothee Cour
2018-11-27fixupTimothee Cour
2018-11-27add syntax cIncludeDir "$projpath/include"; do not use recursive search ↵Timothee Cour
paths; add test tests/tnimterop_cpp.nim
2018-11-27CleanupGanesh Viswanathan
2018-11-27Add preprocessor step in toastGanesh Viswanathan
2018-11-25Merge branch 'master' of https://github.com/genotrance/nimteropGanesh Viswanathan
2018-11-25Minor changesGanesh Viswanathan
2018-11-24Merge pull request #13 from timotheecour/fix_gitignoregenotrance
fix gitignore
2018-11-24fix gitignoreTimothee Cour
2018-11-21More pointer support, cpp mode default in toast, cleanupGanesh Viswanathan
2018-11-21Fix #7 - separate file searching from include dirsGanesh Viswanathan
2018-11-21Merge pull request #8 from timotheecour/pr_fixupgenotrance
Pr fixup
2018-11-21fixupTimothee Cour
2018-11-21always use assert=>doAssert for testsTimothee Cour
2018-11-21Fix #6Ganesh Viswanathan
2018-11-21Merge pull request #5 from timotheecour/pr_simplify_installgenotrance
simplify install
2018-11-21Merge branch 'master' of https://github.com/genotrance/nimteropGanesh Viswanathan
2018-11-21simplify installTimothee Cour
2018-11-21Merge branch 'master' of https://github.com/genotrance/nimteropGanesh Viswanathan
2018-11-21Use enums for sym, fail if no toastGanesh Viswanathan
2018-11-21Mac supportGanesh Viswanathan
2018-11-21Merge pull request #2 from timotheecour/patch-1genotrance
Update README.md