Änderungen

Summary

  1. Fixed missing type in rewrite rule (commit: 38a0230) (details)
  2. Now parses negative literals correctly (commit: 7ed1d15) (details)
  3. Fixed missing converts. (commit: 096f547) (details)
  4. Some more rewrite rules (commit: f273c4b) (details)
Commit 38a0230debd688d514042e9ceeef8459c314ff73 by lep.delete
Fixed missing type in rewrite rule
(commit: 38a0230)
The file was modifiedMain.hs (diff)
The file was modifiedHot/Instruction/Opt/Rewrite.hs (diff)
Commit 7ed1d1513c482ad938a58ec56d2b4509e86f95f2 by lep.delete
Now parses negative literals correctly
(commit: 7ed1d15)
The file was modifiedJass/Parser.hs (diff)
Commit 096f547d669c58f01cd19279f546e14fdc5a2c00 by lep.delete
Fixed missing converts.
Previously calles to unary minus and other numeric operators were
lacking type conversion checks. This could result in missing conv
instructions.
(commit: 096f547)
The file was modifiedHot/Instruction/Compiler.hs (diff)
The file was modifiedHot/Instruction/Opt/Rewrite.hs (diff)
The file was modifiedMain.hs (diff)