Page 1 of 1

How to add a new language into Zeus

Posted: Sun Oct 04, 2015 7:35 pm
by kcvinu
Hi all,
I am new to this forum. I need to add my programming language to zeus. By add, i mean i can run my scripts, i can compile my scripts. My programming language is AutoIt. I have an xml file contains all the keywords of this language. First of all, i need a tutorial on how to setup a new language in zeus. I found a link in main website, but it is only an image of "Document Type" window. So now i am struck, Please help. Thanks in advance

Re: How to add a new language into Zeus

Posted: Mon Oct 05, 2015 5:25 am
by jussij
First of all, i need a tutorial on how to setup a new language in zeus.
The setup of a new language involves several steps, all centered around the creation of a new document type for language.

Details on how to create and configure a new document type are described here.
I have an xml file contains all the keywords of this language.
You will need to convert that XML file into a simple text file with one keyword on each line. With a file in that format it is easy to import those keywords, as per the details found in the previous link.

Cheers Jussi