VirtualWorldsRepos / lslforge

Automatically exported from code.google.com/p/lslforge
0 stars 0 forks source link

Do not emit redundant parenthesese #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The lsl emitter will often generate excessive parens.  Aside from being 
excessive code, the OpenSim OSSL implementation of LSL does not accept them in 
a number of cases.  e.g.
  (x = 1);  // is okay in LSL, error in OSSL

Original issue reported on code.google.com by mth...@gmail.com on 5 Oct 2014 at 8:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
as far as I remember, patch for 
https://code.google.com/p/lslforge/issues/detail?id=3 solves this
got to https://github.com/RayZopf/LSLForge_patched for a precompiled Win 
version, check this branch 
https://github.com/RayZopf/LSLForge_patched/tree/lslforge_master

for discussion on that repo use 
https://code.google.com/p/lslforge/issues/detail?id=45

Original comment by sl-z...@postman.homeip.net on 23 Oct 2014 at 10:25

GoogleCodeExporter commented 9 years ago
after checking myself - this issue should be closed as duplicate of #3 :D

Original comment by sl-z...@postman.homeip.net on 23 Oct 2014 at 10:32

GoogleCodeExporter commented 9 years ago
Ugh.  how'd I miss that.  yes - it should be closed as a dup of #3.

Original comment by mth...@gmail.com on 23 Oct 2014 at 1:59