I want to create a compiler for AutoIt, which compiles it to x86-instructions - however, I was unable to find an official syntax description of the AutoIt language (may it be in form of ANTLR-syntax-description or an official syntax tree).
Could someone point me into the right direction?
https://www.autoitscript.com/autoit3/docs/ has a section called Language Reference, but it is more a "how to"-guide than a formal language description and I do not know, whether it is complete or not (I do not have much experience with AutoIt itself).