Commit graph

96 commits

Author SHA1 Message Date
Ganesh Viswanathan
e9a5ccc007 cstring support 2019-01-16 00:11:53 -06:00
Ganesh Viswanathan
80b47c9d4e Support for time_t 2019-01-15 23:54:25 -06:00
Ganesh Viswanathan
f81b2a8989 Minor output fix 2019-01-15 20:18:42 -06:00
Ganesh Viswanathan
da06be80d1 typedef arrays, debug output 2019-01-15 20:17:10 -06:00
Ganesh Viswanathan
11c896f82e Support array pointer in struct 2019-01-15 17:55:38 -06:00
Ganesh Viswanathan
04d01a5f6e Fix missing array type, suppress gcc warnings 2019-01-15 16:20:52 -06:00
Ganesh Viswanathan
75dc6dc56e Identifiers in enums 2019-01-12 00:46:44 -06:00
Ganesh Viswanathan
8c644e814c Cleanup abstract pointers, typedef function support 2019-01-11 22:14:05 -06:00
Ganesh Viswanathan
a1d920bc6a orWithNext, pointer cleanup 2019-01-11 19:36:38 -06:00
Ganesh Viswanathan
bc28293812 Shift/math expressions in enum 2019-01-11 13:00:03 -06:00
Ganesh Viswanathan
88005fa984 #include file, static line, nostderr, improve preprocessing 2019-01-11 12:22:49 -06:00
Ganesh Viswanathan
c65c566e09 Filter out gcc attributes 2019-01-10 13:07:55 -06:00
Ganesh Viswanathan
ac7231a882 Fix cuclonglong issue #32 2019-01-10 11:25:29 -06:00
Ganesh Viswanathan
51ae21f8d5 Export enums and procs 2019-01-10 10:25:19 -06:00
Ganesh Viswanathan
4d57be55ac Support for multiple functions in declarator, size_t fixes 2019-01-09 17:08:04 -06:00
Ganesh Viswanathan
d21017ac5b Support for nameless function params, unused enums 2019-01-09 14:18:31 -06:00
Ganesh Viswanathan
960a8f6873 Merge branch 'master' of https://github.com/genotrance/nimterop 2018-12-31 12:35:58 -06:00
Ganesh Viswanathan
48ae6bad7d Update appveyor to 0.19.2 2018-12-31 12:35:49 -06:00
genotrance
6538424290
Merge pull request #30 from timotheecour/pr_add_failing_tests
various fixes
2018-12-29 18:54:04 -06:00
Timothee Cour
6cc1e66ee2 fix #15 by re-enabling nim cpp on c file and selectively disabling failing things 2018-12-29 14:49:01 -08:00
Timothee Cour
9f7d2ca956 add failing tests; add a test at CT 2018-12-29 14:15:34 -08:00
Ganesh Viswanathan
1e086d5959 Implement PR #17 2018-12-28 00:33:09 -06:00
Ganesh Viswanathan
e2430cf40c Fix #15, fix #20 2018-12-27 23:38:02 -06:00
Ganesh Viswanathan
21bd2d4112 Struct field function pointers, cstring, show toast error in cimport 2018-12-27 22:42:55 -06:00
Ganesh Viswanathan
c7a3c7b7d6 Fix typedef struct bug 2018-12-27 00:38:29 -06:00
Ganesh Viswanathan
9b93fb6561 Reduce redundancy in grammar 2018-12-26 23:46:09 -06:00
Ganesh Viswanathan
33a3f6fc8b Fix for const void * proc 2018-12-26 21:33:50 -06:00
Ganesh Viswanathan
c3744c0034 Enums as distinct int, always relative to project path, cmd /c for toast, escape reserved words 2018-12-26 21:24:05 -06:00
Ganesh Viswanathan
9cddef831d Remove closure pragmas 2018-12-26 20:24:17 -06:00
Ganesh Viswanathan
e59e34a7be Array ptr, numeric length, tests 2018-12-26 20:18:38 -06:00
Ganesh Viswanathan
373e9decf3 Support arrays in structs 2018-12-26 18:49:46 -06:00
Ganesh Viswanathan
1684e773ad Tests for enhancements 2018-12-26 17:42:13 -06:00
Ganesh Viswanathan
34cb1715b8 Support for math expressions, nameless enums, uintptr, redundant typedef naming 2018-12-26 13:25:45 -06:00
Ganesh Viswanathan
0697feed0f Fix treesitter namespace issue 2018-12-15 22:35:56 -06:00
Ganesh Viswanathan
f90b00446e No caching of binaries on Travis 2018-12-10 09:52:18 -06:00
Ganesh Viswanathan
d835d29e3e Fix recursion in type 2018-12-05 00:35:15 -06:00
Ganesh Viswanathan
7c8afa1997 Fix default cpp mode, print row col length in AST output 2018-12-05 00:14:38 -06:00
Ganesh Viswanathan
dfe06fd9d4 Support for unions 2018-12-04 23:37:08 -06:00
Ganesh Viswanathan
cb1c7f28cb Add math test for Windows 2018-12-04 17:14:50 -06:00
Ganesh Viswanathan
8d9bc5adbd Fix qualifiers, preproc only literals, remove _, struct field issue, print preproc output 2018-12-04 16:46:16 -06:00
Ganesh Viswanathan
e77792ceb7 Fix crash if no arguments 2018-12-04 14:59:00 -06:00
Ganesh Viswanathan
cf2f200a16 Fix performance issues with regex 2018-12-04 13:24:49 -06:00
Ganesh Viswanathan
cb100ca571 Add short CLI flags, --source= not required 2018-12-04 11:11:34 -06:00
Ganesh Viswanathan
4fe3b0380c Fixes for const, short and function returning pointer 2018-12-03 22:29:39 -06:00
Ganesh Viswanathan
d3340d51e2 Fix inline comments breaking search 2018-12-03 21:15:02 -06:00
Ganesh Viswanathan
007f3aa191 Fix for uchar and double 2018-12-03 16:25:44 -06:00
Ganesh Viswanathan
ba8c57984b Support for unsigned, function params with pointers 2018-12-03 16:17:13 -06:00
Ganesh Viswanathan
33956c36ee Switch to simpler grammar engine 2018-12-03 14:58:27 -06:00
Ganesh Viswanathan
9c206fea4f Merge branch 'master' of https://github.com/genotrance/nimterop 2018-12-03 14:20:31 -06:00
genotrance
a32835a0e3
Merge pull request #26 from timotheecour/pr_fix_8
fix #8 ; keep track of source file; display in standard sublime format file:line:col
2018-11-29 18:32:34 -06:00