featurebase/pql
Matt Jaffee 6f443f447a add signed int support
this affects the scanner/parser and makes it produce signed ints rather than
uints, and so it affects all code that is expecting unsighed ints to come out of
the parser.
2017-04-18 12:50:26 -05:00
..
ast.go add signed int support 2017-04-18 12:50:26 -05:00
ast_test.go Refactor parser & AST to remove compile-time field names. 2017-02-02 14:27:18 -07:00
parser.go add signed int support 2017-04-18 12:50:26 -05:00
parser_test.go add signed int support 2017-04-18 12:50:26 -05:00
scanner.go add signed int support 2017-04-18 12:50:26 -05:00
scanner_test.go rename NUMBER -> INTEGER 2017-03-08 14:03:21 -06:00
token.go rename NUMBER -> INTEGER 2017-03-08 14:03:21 -06:00