Commit graph

420 commits

Author SHA1 Message Date
Joey Yakimowich-Payne
26971ff26d Skip more syms 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
03e8a99ed3 Skip syms for tmath 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
ac0913298e Make bitwise_expression forwards compatible 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
97fb1d4620 Re enable tests for Nim < 1.0.0 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
bd3d4e42d7 Change cast to gentle type cast 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
1953bff61b only run tast2 on supported compilers 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
9c4386b7fd Fix cast type 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
e62d204d57 Revert back comment test. Have to figure out how to test without vm 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
ca4380693e Disable cast test for now 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
d082f57ce2 Try fix cast test error 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
ff57369fce Try to fix array type test 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
4ffbc33ab3 Add missing utils module 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
6ff4e1d459 Don't export parse procs 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
da2e698bd0 Rename exprparser main proc 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
86184ae0b6 Update some comments 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
1f56983cb2 Add string and char support 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
f061fb3179 Cleanup, fix bugs 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
2fa669c75d Add sizeof expression parser, fix nkNone issue, reduce size of typeof expressions 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
b51f0da6b2 Update to include more expressions 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
d2daf22df4 Add math_expression and fix ast2 tests 2020-04-23 17:30:29 -06:00
Joey Yakimowich-Payne
305d90583e Add proper binary casting 2020-04-23 17:30:28 -06:00
Joey Yakimowich-Payne
c1520b4fd1 Add better error handling for unimplemented types 2020-04-23 17:30:28 -06:00
Joey Yakimowich-Payne
879c7e3c78 Add preliminary expression parsing 2020-04-23 17:30:28 -06:00
Joey Yakimowich-Payne
80018f43cf WIP Ast printing 2020-04-23 17:30:28 -06:00
Travis CI User
43dd43e318 Fix rsa test 2020-04-23 14:34:41 +00:00
Ganesh Viswanathan
c1f46680f7 Add cImport for multiple headers 2020-04-22 22:11:30 -05:00
Ganesh Viswanathan
f17b958f47 markAndSweep, removeStatic 2020-04-22 12:01:20 -05:00
Ganesh Viswanathan
da6a4e30ab Remove segfaults 2020-04-22 11:37:45 -05:00
Ganesh Viswanathan
79526221b7 Avoid building toast twice in CI 2020-04-22 11:28:16 -05:00
Ganesh Viswanathan
00b66bf92c Change FILE* to File 2020-04-22 09:39:48 -05:00
Ganesh Viswanathan
f2870d8ba6 Fix multi-header processing, perf improvements 2020-04-21 23:37:37 -05:00
Ganesh Viswanathan
183eabff83 Get rid of nimState 2020-04-21 14:53:26 -05:00
Ganesh Viswanathan
01bc01a30c Handle qualifiers after type 2020-04-21 13:39:20 -05:00
BarrOff
82ca3bd37b
Some small compatibility fixes for FreeBSD (#190) 2020-04-20 23:41:16 -05:00
Ganesh Viswanathan
40c8e757aa Remove expandSymlink 2020-04-20 19:00:55 -05:00
Ganesh Viswanathan
e7bf0f61ad ast2 fix replace test 2020-04-20 13:24:57 -05:00
Ganesh Viswanathan
ab0439e60e ast2 static inline with -H, fix #188, --replace support 2020-04-20 12:28:14 -05:00
Ganesh Viswanathan
485c2f1ab2 ast2 static inline support 2020-04-19 00:50:14 -05:00
Ganesh Viswanathan
e17d6edb5e Update README 2020-04-17 17:11:35 -05:00
Ganesh Viswanathan
281d260912 Fix Travis, tests for varargs 2020-04-16 08:39:52 -05:00
Ganesh Viswanathan
6a9a35db61 ast2 varargs support 2020-04-15 23:42:22 -05:00
Ganesh Viswanathan
6d08f6ed80 Fix enum size to cint 2020-04-15 12:47:30 -05:00
Ganesh Viswanathan
25b07a07ff ast2 nested array field 2020-04-14 22:47:33 -05:00
Ganesh Viswanathan
92fe90f834 ast2 nested struct support 2020-04-14 19:40:46 -05:00
Ganesh Viswanathan
08306b9802 Fix #172 - skip qualifiers 2020-04-13 20:18:37 -05:00
Ganesh Viswanathan
f23d17d0b2 Fix #185 - forward decl symbol change 2020-04-13 12:46:41 -05:00
Ganesh Viswanathan
b2de34328a No explicit imports for cPluginPath 2020-04-12 23:12:38 -05:00
Ganesh Viswanathan
0afb634b59 Fix #181 - cPluginPath() 2020-04-12 12:56:50 -05:00
Ganesh Viswanathan
9cd39600d4 Partly fix issue #183, lineTrace:on 2020-04-12 12:19:13 -05:00
Ganesh Viswanathan
ecee58342e Fix expression override issue 2020-04-11 14:54:19 -05:00