ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:acc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
new:acc [2018/02/20 16:06] korshunnew:acc [2018/02/20 18:18] korshun
Line 3: Line 3:
 ACC is the official ACS compiler. ACC is the official ACS compiler.
  
-  * [[https://zdoom.org/downloads|Download]] +  * **[[https://github.com/rheit/acc/|GitHub]]** 
-  * [[https://github.com/rheit/acc/|GitHub]]+  * **[[https://zdoom.org/downloads|Download]]** 
 +  
  
 ===== Caveats ===== ===== Caveats =====
Line 22: Line 23:
 </code> </code>
  
-Local variables can't have the same names as any global names (function, constant, variable names). Unlike other compilers, local variable names don't shadow the global names, but trigger a compiler error.+Local variables can't have the same names as any global names (function, constant, variable names). Unlike other compilers, local variable names don't shadow the respective global names, but trigger a compiler error.
  
 ==== (void) is mandatory ==== ==== (void) is mandatory ====
new/acc.txt · Last modified: 2018/02/20 18:19 by korshun