aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: ast: don't hardcode output and indent in PrintASTTing-Wei Lan2019-03-262-26/+35
* core: vm: sqlvm: process non-UTF-8 input and escape sequencesTing-Wei Lan2019-03-268-337/+579
* core: vm: sqlvm: parser: properly handle errorsTing-Wei Lan2019-03-266-1242/+1637
* core: vm: sqlvm: remove optional interface and add print tag for detailwmin02019-03-263-99/+49
* core: vm: sqlvm: move AST and parser to their own packagesTing-Wei Lan2019-03-268-1837/+2010
* core: vm: sqlvm: add a tool to run gofmt on pigeon sourcesTing-Wei Lan2019-03-261-0/+253
* core: vm: sqlvm: add sql language parser prototypingwmin02019-03-266-0/+8899
* core: vm: vm interface (#164)JM2019-03-261-14/+31
* core: vm: extract stateDB and contract outjm2019-03-261-0/+50