Implement a simple template script interpreter.
Using golang text/scanner as lexer, goyacc to generate parser.
playground: http://aiquestion.com:8080/play.html
Dep: go get github.com/smartystreets/goconvey go get gopkg.in/gin-gonic/gin.v1
Implement a simple template script interpreter.
Using golang text/scanner as lexer, goyacc to generate parser.
playground: http://aiquestion.com:8080/play.html
Dep: go get github.com/smartystreets/goconvey go get gopkg.in/gin-gonic/gin.v1