• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Maven] JASS Syntax Tree & String Hash utility

Status
Not open for further replies.
Level 4
Joined
May 26, 2020
Messages
11
Here are some WC3 related Maven dependencies if anyone here is interested in them. Available through Central, dependency information and usage examples are in the readme.

JASS Syntax Tree: zach-cloud/JSyntaxTree

This project allows reading a (V)JASS script into a structured object, which can then be modified and turned back into a (V)JASS script. Provides basic refactoring ability such as code formatting, function/variable renaming, etc.

String Hash Utility: zach-cloud/JStringHash

This project allows computation and breaking of WarCraft III StringHash values.

If you're wondering why there's only one commit, these were broken off my larger project for better cohesion. Contributions are welcome, as are questions/criticisms/etc. The implementations are far from perfect and I'm still developing these.
 
  • Like
Reactions: AGD
Status
Not open for further replies.
Top