php-parser/scanner
Imuli d73ea72530 the simple fix for #14 (panic on 32-bit)
FileSet starts `base` at 1, and adds `size+1` for every file.
  So with 32 bit ints, anything larger than 2³¹-3 overflows.
2018-05-15 09:59:04 -04:00
..
lexer.go the simple fix for #14 (panic on 32-bit) 2018-05-15 09:59:04 -04:00
scanner_test.go scanner: fix scanning empty inline comment 2018-04-11 00:58:57 +03:00
scanner.go scanner: fix scanning empty inline comment 2018-04-11 00:58:57 +03:00
scanner.l scanner: fix scanning empty inline comment 2018-04-11 00:58:57 +03:00