Skip to content

Instantly share code, notes, and snippets.

View hesselbom's full-sized avatar

viktor hesselbom hesselbom

  • Göteborg, Sweden
View GitHub Profile
@hesselbom
hesselbom / Main.hx
Created March 12, 2012 10:55
Fluent tag interface for haxe
package ;
using Tag;
class Main
{
static function main()
{
var t = "div".tag().att("id", "container")
.child("a".tag().att("href", "http://www.haxe.org")