Hello, I´m developing my own web-based editor and compiler for Spark. It is something similar to https://www.spark.io/build/ I think they are using ACE editor but I dont know how to program the compiler and burn it in the spark.
Thanks!!! That is very helpfully, I`m wondering if you know where I can find the file that help the ACE editor to recognize the SPARK language or is the same as Arduino Mode.
Dear Dave I really appreciate your help, I did it succesfully to build my own compiler in a client pc, Now I`m facing a new challenge, I would to have my spark core in a different place and I would like to programming via Web. I know that javascript just run in a client part. Do you have any idea How could build a server part?