-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bansheerubber edited this page Sep 1, 2020
·
8 revisions
Eggscript is an extension of TorqueScript, adding various new features which make programming in the archaic language a little easier.
Each extension is described in a page of this wiki.
This is an extension of TorqueScript, as mentioned above. What this means is eggscript keeps most of the same syntax and grammar of TorqueScript while adding on some extensions via additional syntax. The file format of eggscript is the .egg file. In one of these files, you will write mostly TorqueScript but you will also be able to use some of the extensions provided by eggscript. Any syntax will transpile down to TorqueScript when the eggscript transpiler program is run. Think Typescript, but for TorqueScript instead of Javascript.
