Jump to content

C code Generator for LabVIEW


Recommended Posts

Started some work on a simple C code generator for LabVIEW. 

https://github.com/taylorh140/LabVIEWCGen

I was working on some ideas to handle some more complex Items. Had some thought about using 

https://github.com/rxi/vec 

To handle strings and other arrays/vectors, I would like to pass these more complex data types by pointer. However I am looking for some ideas as to when to make a copy. I know LabVIEW has some internal item that manages this but I haven't found a way of accessing it quite yet. Let me know if you think this is worth some effort. Or if you have any ideas about the architecture that you think would be helpful.

Also i imagine that this will still only ever support a small subset of LabVIEW, the languages are quite a bit different, and i prefer that the code be as clean as possible.

 

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.