Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 263 Bytes

Simple Template

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