Spin Compiler Test File
Batang
Posts: 234
Hi Guys,
Was there posted anywhere a spin test file to put a spin compiler through its paces so to speak?
If so can I get a link for it, if not does anyone have one that they could post.
Thanks in advance.
Was there posted anywhere a spin test file to put a spin compiler through its paces so to speak?
If so can I get a link for it, if not does anyone have one that they could post.
Thanks in advance.
Comments
I wonder if this implies that you are working on your own Spin compiler?
@ David: Mulling it over.
Yep.
That was my first thought, but which catagory?
Data Storage Display Fun Human Input Math Motor Control Protocol Sensor Signals Speech/Sound Tool
I tried TOOL but did not see anything there, did try a few searches but came up empty.
The only binary differences that remain as of now is related to the floating point stuff. Chip's hand written floating point code is not IEEE compliant, but we decided to use C/C++'s built in floating point handling which is.
I have a project I'm working on with Jeff Martin that is in progress for Parallax that is a Spin compiler validation tool. It will run a bunch of tests on the compiler to verify success and failure cases. It's moved down in priority behind some other things, but I should be back on it next month.
Roy
Thanks for the info.
Cheers