- Joined
- May 13, 2007
- Messages
- 171
I don't know if Wurst is currently running on C or Java or what (it's probably, hopefully Java). Anyways, if it's Java, it wouldn't be too much effort to combine with everything else. As long as everything goes to a common AST, it can all work together. One of the nasty things is that the grammars have to be combined
- I love Antlr4, sry -, lol.
It's Java, but I don't think it will be easy to unify everything. Some things are just handled differently in different languages and it is not so easy to map the concepts onto each other. For example modules in vJass are just disguised text macros and modules in Wurst behave differently. Still 90% of the uses are probably the same.