fsprojects / FsLexYacc

Lexer and parser generators for F#
http://fsprojects.github.io/FsLexYacc/
MIT License
203 stars 68 forks source link

Avoid creating a new array in one case of the lexer. #122

Closed teo-tsirpanis closed 4 years ago

teo-tsirpanis commented 4 years ago

Array.blit works on overlapping arrays, so there is no need to allocate a new temporary one.