pie_flavor

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
pie_flavor created a post, Template arguments not working correctly
I'm trying to convert a math expression into a sequence of static Math calls. Said expression can reference two variables, so the template switch I'm using takes two parameters and passes them to e... -
pie_flavor created a post, BaseLanguage doesn't work with annotations with a static initializer
I am trying to generate Java code, which contains annotations. One of those annotations, @Plugin, has a static field, which means that a static <clinit>()V function gets added to the annotation to ...