This website requires JavaScript.
Explore
Help
Sign In
maride
/
php-parser
Watch
1
Star
0
Fork
0
You've already forked php-parser
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
55a136e9f7
php-parser
/
scanner
History
Imuli
5675714af8
accept backslash newline in single quotes
...
fixes
#57
2018-07-20 19:55:01 -04:00
..
lexer.go
distinguish unknown unicode characters from EOF
2018-07-14 08:06:00 -04:00
scanner_test.go
Merge branch 'comments3'
2018-06-07 15:06:54 +03:00
scanner.go
accept backslash newline in single quotes
2018-07-20 19:55:01 -04:00
scanner.l
accept backslash newline in single quotes
2018-07-20 19:55:01 -04: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