Skip to content

Instantly share code, notes, and snippets.

View whacked's full-sized avatar

whacked

  • let's do something cool together.
  • sillycon belly
View GitHub Profile
package org.devboy.hxTask;
import neko.Lib;
import haxe.macro.Context;
import haxe.macro.Expr;
import haxe.macro.Type;
class ComponentMacro
{
private static var idCount = 0;