Orvid / Champollion

A PEX to Papyrus Decompiler for Skyrim, Fallout 4 and Starfield
GNU Lesser General Public License v3.0
106 stars 20 forks source link

complex expressions problem #30

Open Mitradis opened 9 months ago

Mitradis commented 9 months ago

program have problems with bracket: f = (a + b) - (c+ d) decompile like f = a + b - c+ d

this easy example. For real example need decompile difficult script, like _frost_exposuresystem from Frosfall. After decompilling and compilling this script not work correct.