<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nimterop/tests/include, branch ast1quiet</title>
<subtitle>Forked from https://github.com/nimterop/nimterop</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/'/>
<entry>
<title>Add test for not supported nodes</title>
<updated>2020-04-26T15:12:17+00:00</updated>
<author>
<name>Joey Yakimowich-Payne</name>
<email>jyapayne@gmail.com</email>
</author>
<published>2020-04-24T04:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=322a0031984cefc278d2a377daa27bffdcbcae73'/>
<id>322a0031984cefc278d2a377daa27bffdcbcae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comments breaking code</title>
<updated>2020-04-26T15:12:17+00:00</updated>
<author>
<name>Joey Yakimowich-Payne</name>
<email>jyapayne@gmail.com</email>
</author>
<published>2020-04-24T02:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=3e28501826f5d655ad3797cbf29009082be126e1'/>
<id>3e28501826f5d655ad3797cbf29009082be126e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tmath tests</title>
<updated>2020-04-26T15:11:56+00:00</updated>
<author>
<name>Joey Yakimowich-Payne</name>
<email>jyapayne@gmail.com</email>
</author>
<published>2020-04-23T22:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=9e799ee3b19ac152d1c2403c6af1e3806e1a31fe'/>
<id>9e799ee3b19ac152d1c2403c6af1e3806e1a31fe</id>
<content type='text'>
Modify tmath.nim to have one skip symbol

Fix macro expansion with common value

Fix tmath again
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify tmath.nim to have one skip symbol

Fix macro expansion with common value

Fix tmath again
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate shift_expression into binary_expression and write more tests</title>
<updated>2020-04-26T15:11:56+00:00</updated>
<author>
<name>Joey Yakimowich-Payne</name>
<email>jyapayne@gmail.com</email>
</author>
<published>2020-04-23T22:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=2813dc61f22aecaaaa82054f144a48c4de520cf2'/>
<id>2813dc61f22aecaaaa82054f144a48c4de520cf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cast type</title>
<updated>2020-04-26T15:11:43+00:00</updated>
<author>
<name>Joey Yakimowich-Payne</name>
<email>jyapayne@gmail.com</email>
</author>
<published>2020-04-20T15:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=aa1086fae37999180b485ced323d35acec7868a1'/>
<id>aa1086fae37999180b485ced323d35acec7868a1</id>
<content type='text'>
only run tast2 on supported compilers

Change cast to gentle type cast

Re enable tests for Nim &lt; 1.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only run tast2 on supported compilers

Change cast to gentle type cast

Re enable tests for Nim &lt; 1.0.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add string and char support</title>
<updated>2020-04-26T15:11:33+00:00</updated>
<author>
<name>Joey Yakimowich-Payne</name>
<email>jyapayne@gmail.com</email>
</author>
<published>2020-04-20T01:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=173e6d625c3ea96a95580303fedd011684635cc4'/>
<id>173e6d625c3ea96a95580303fedd011684635cc4</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add math_expression and fix ast2 tests</title>
<updated>2020-04-26T15:10:49+00:00</updated>
<author>
<name>Joey Yakimowich-Payne</name>
<email>jyapayne@gmail.com</email>
</author>
<published>2020-04-17T13:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=055d6bee73eb988ae498a57d29dd3d80a8928721'/>
<id>055d6bee73eb988ae498a57d29dd3d80a8928721</id>
<content type='text'>
Update to include more expressions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to include more expressions
</pre>
</div>
</content>
</entry>
<entry>
<title>ast2 static inline with -H, fix #188, --replace support</title>
<updated>2020-04-20T17:28:14+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2020-04-20T17:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=ab0439e60eab40a4e21d95261a8699690984b6a2'/>
<id>ab0439e60eab40a4e21d95261a8699690984b6a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Travis, tests for varargs</title>
<updated>2020-04-16T13:39:52+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2020-04-16T13:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=281d2609122f0697b060c1608fa8df6b70d8edad'/>
<id>281d2609122f0697b060c1608fa8df6b70d8edad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ast2 nested array field</title>
<updated>2020-04-15T03:47:33+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2020-04-15T03:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=25b07a07fff0c15ddae2610016289368fe41f3e2'/>
<id>25b07a07fff0c15ddae2610016289368fe41f3e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
