Re: Compiling via g++ the output of Patsopt

2017-08-05 Thread gmhwxi
The package has been relocated to: https://github.com/githwxi/ATS-Postiats/tree/master/contrib/ats2cpp On Friday, November 18, 2016 at 3:28:08 PM UTC-5, gmhwxi wrote: > > > I have long been wanting to tap into the power of C++ when programming in > ATS. > To some extent, compiling ATS/arduino i

Re: Compiling via g++ the output of Patsopt

2016-12-10 Thread gmhwxi
I did a bit more experiment. I used STL/vector to implement arrays and stacks for use in ATS: https://github.com/githwxi/ATS-Postiats-contrib/tree/master/contrib/ats2cpp/libats/STL Some testing code is included. By following these examples, one should be able to take direct advantage of a vast

Re: Compiling via g++ the output of Patsopt

2016-11-24 Thread Artyom Shalkhakov
On Saturday, November 19, 2016 at 2:28:08 AM UTC+6, gmhwxi wrote: > > > I have long been wanting to tap into the power of C++ when programming in > ATS. > To some extent, compiling ATS/arduino is the first example of this kind. > But ATS/arduio > makes only very limited use of C++. > > Now I have

Re: Compiling via g++ the output of Patsopt

2016-11-18 Thread gmhwxi
The Makefile for compiling tests is here: https://github.com/githwxi/ATS-Postiats-contrib/blob/master/contrib/ats2cpp/TEST/Makefile On Friday, November 18, 2016 at 3:28:08 PM UTC-5, gmhwxi wrote: > > > I have long been wanting to tap into the power of C++ when programming in > ATS. > To some ext