Commit Graph
4 Commits
Author SHA1 Message Date
Imuli 5675714af8 accept backslash newline in single quotes
fixes #57
2018-07-20 19:55:01 -04:00
Imuli 3f86e882d3 prevent interpreting /*/ as an entire comment
fixes #58
2018-07-20 07:14:53 -04:00
Imuli 3ba2d2a91b distinguish unknown unicode characters from EOF 2018-07-14 08:06:00 -04:00
Imuli d73ea72530 the simple fix for #14 (panic on 32-bit)
FileSet starts `base` at 1, and adds `size+1` for every file.
  So with 32 bit ints, anything larger than 2³¹-3 overflows.
2018-05-15 09:59:04 -04:00