TT.NET: It's alive!

jk2addict on 2009-05-28T02:30:45

It's very fugly. Very alpha. Very clueless.

But, it can turn [% GET 'Hello World' %] into Hello World using an ANTLR grammer, an AST to C#, compiled and invoked with a test.

It will be long road, but it should prove to be a fun learning experience for things I don't normally mess with.

http://github.com/claco/tt.net/


Great Idea

malte on 2009-05-30T18:57:54

I'm using ASP.NET MVC myself and having TT as a templating engine would be a great addition.

Re:Great Idea

jk2addict on 2009-06-01T19:51:30

Once I get basic SET/DEFAULT working, I'll probably toss in some MVC engine code just to tinker with.