Änderungen

Summary

  1. Fixed hashing for Jass.Ast (commit: d68eda2) (details)
  2. More Rewrite Rules (commit: 3f44a50) (details)
  3. Added Hashable instance for Hot.Ast (commit: dfe3259) (details)
  4. Simplified Hashable instance for Jass.Ast (commit: 2693632) (details)
  5. Added compile command to jhcr (commit: bfe8a8d) (details)
Commit d68eda23e631c089929e039263202bddbf3c20be by lep.delete
Fixed hashing for Jass.Ast
Previously sometimes the order of statements would change the hash.
(commit: d68eda2)
The file was modifiedJass/Ast.hs (diff)
The file was modifiedHot/Instruction/Opt/Rewrite.hs (diff)
Commit dfe32595397743980a04cee603ad3844e7d76017 by lep.delete
Added Hashable instance for Hot.Ast
(commit: dfe3259)
The file was modifiedHot/Ast.hs (diff)
Commit 2693632bdf29f70c5ab30f6472166ec2c9c70f16 by lep.delete
Simplified Hashable instance for Jass.Ast
(commit: 2693632)
The file was modifiedJass/Ast.hs (diff)
Commit bfe8a8d6a044f2851a879a296d9950a99504377b by lep.delete
Added compile command to jhcr
Can use this to generate asm code without having to keep some state
around. Also allows toggling of optimisation.
(commit: bfe8a8d)
The file was modifiedMain.hs (diff)