gtfierro / giles

Golang implementation of sMAP archiver
GNU General Public License v3.0
8 stars 2 forks source link

Implement sMAP query language using go-yacc #26

Closed gtfierro closed 7 years ago

gtfierro commented 9 years ago

This is the most extensible way. Creating your own AST is cool, but the easiest way to extend the language is actually to define the formal grammar and then go from there. Use established tools.