Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst

This commit is contained in:
vidur@netscape.com
2000-12-12 21:58:14 +00:00
parent 52388e901a
commit 5d0ca658ca
129 changed files with 5425 additions and 3603 deletions

View File

@@ -109,5 +109,4 @@ copy_string_backward( const InputIterator& first, InputIterator& last, OutputIte
return result;
}
#endif // !defined(nsAlgorithm_h___)