aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/parser/parser.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: make a common interface for statementsTing-Wei Lan2019-05-061-3/+3
* core: vm: sqlvm: errors: remove token fieldTing-Wei Lan2019-05-061-3/+0
* core: vm: sqlvm: errors: add length fieldTing-Wei Lan2019-05-061-5/+12
* core: vm: sqlvm: limit the depth of AST to 1024Ting-Wei Lan2019-05-061-7/+41
* core: vm: sqlvm: parser: move generated code to internal packageTing-Wei Lan2019-05-061-305/+12
* core: vm: sqlvm: fill source code position in AST nodesTing-Wei Lan2019-05-061-6/+57
* core: vm: sqlvm: check if a number is a valid addressTing-Wei Lan2019-05-061-4/+9
* core: vm: sqlvm: introduce interfaces for AST nodesTing-Wei Lan2019-05-061-37/+62
* core: vm: sqlvm: parser: toDecimal handle .0wmin02019-05-061-0/+3
* core: vm: sqlvm: process non-UTF-8 input and escape sequencesTing-Wei Lan2019-05-061-10/+159
* core: vm: sqlvm: parser: properly handle errorsTing-Wei Lan2019-05-061-13/+72
* core: vm: sqlvm: move AST and parser to their own packagesTing-Wei Lan2019-05-061-0/+126