about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorJohn Clements <clements@racket-lang.org>2013-04-17 12:24:49 -0700
committerJohn Clements <clements@racket-lang.org>2013-04-28 09:51:15 -0700
commit3c10a9412e2b1668bfe348f4728eedc2de0c642a (patch)
tree45d2a985c0b72da5348c4c0acac8aa24dd5e5be0 /src/libsyntax/parse/parser.rs
parent5411cbf656b42ef1d8a95e9de1a50bea616f7c56 (diff)
downloadrust-3c10a9412e2b1668bfe348f4728eedc2de0c642a.tar.gz
rust-3c10a9412e2b1668bfe348f4728eedc2de0c642a.zip
remove unused functions, fix tiny lexing bug
before this change, the parser would parse 14.a() as a method call, but
would parse 14.ΓΈ() as the floating-point number 14. followed by a function
call. This is because it was checking is_alpha, rather than ident_start,
and was therefore wrong with respect to unicode.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions