php-parser/scanner
Vadym Slizov 4d2484867b
Merge pull request #59 from imuli/slash-star-slash
prevent interpreting `/*/` as an entire comment
2018-07-23 20:28:05 +03:00
..
lexer.go distinguish unknown unicode characters from EOF 2018-07-14 08:06:00 -04:00
scanner_test.go #57 test 2018-07-23 19:27:06 +03:00
scanner.go Merge pull request #59 from imuli/slash-star-slash 2018-07-23 20:28:05 +03:00
scanner.l Merge pull request #59 from imuli/slash-star-slash 2018-07-23 20:28:05 +03:00
token_test.go #27 reduce memory allocations for scanner.Token by using sync.Pool 2018-06-12 19:37:22 +03:00
token.go #27 reduce memory allocations for scanner.Token by using sync.Pool 2018-06-12 19:37:22 +03:00