aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/cmd
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: ast: put source code tokens on AST nodesTing-Wei Lan2019-05-081-1/+1
* core: vm: sqlvm: add op testcases with templateMeng-Ying Yang2019-05-061-0/+21
* core: vm: sqlvm: ast: handle error in AST printerTing-Wei Lan2019-05-061-5/+11
* core: vm: sqlvm: fill source code position in AST nodesTing-Wei Lan2019-05-062-3/+14
* core: vm: sqlvm: introduce interfaces for AST nodesTing-Wei Lan2019-05-061-4/+4
* core: vm: sqlvm: ast: don't hardcode output and indent in PrintASTTing-Wei Lan2019-05-061-1/+2
* core: vm: sqlvm: process non-UTF-8 input and escape sequencesTing-Wei Lan2019-05-061-2/+3
* core: vm: sqlvm: parser: properly handle errorsTing-Wei Lan2019-05-061-1/+1
* core: vm: sqlvm: remove optional interface and add print tag for detailwmin02019-05-061-3/+9
* core: vm: sqlvm: move AST and parser to their own packagesTing-Wei Lan2019-05-061-3/+4
* core: vm: sqlvm: add a tool to run gofmt on pigeon sourcesTing-Wei Lan2019-05-061-0/+253
* core: vm: sqlvm: add sql language parser prototypingwmin02019-05-061-0/+16