1
parser: fix a bug that �x...; is accepted as a character
Sutou Kouhei <kou@clear-code.com>
2
Use string scanner with baseparser (#105)
NAITOH Jun <naitoh@gmail.com>
3
Change loop in parse_attributes to `while true`. (#109)
NAITOH Jun <naitoh@gmail.com>
4
Use `@scanner << readline` instead of `@scanner.string =
NAITOH Jun <naitoh@gmail.com>
5
Reduce calls to `Source#buffer`(`StringScanner#rest`) (#106)
NAITOH Jun <naitoh@gmail.com>
6
Reduce calls to StringScanner.new() (#108)
NAITOH Jun <naitoh@gmail.com>
7
Remove unnecessary checks in baseparser (#112)
NAITOH Jun <naitoh@gmail.com>
8
Optimize BaseParser#unnormalize method (#158)
NAITOH Jun <naitoh@gmail.com>
9
Use more StringScanner based API to parse XML (#114)
NAITOH Jun <naitoh@gmail.com>