🚧 manual lexer
This commit removed the re2c lexer and replaced it by a manual version. Its integration is not yet complete: number parsing does not respect locales or overflows. Furthermore, parsing does not need to end with EOF. Therefore, a lot of test cases fail. The idea is to push this branch forward so we can conduct performance comparisons. So far, a nice side effect are better diagnosis messages in case of parse errors.
This commit is contained in:
parent
54db53c230
commit
40160f482a
9 changed files with 851 additions and 14699 deletions
2409
src/json.hpp
2409
src/json.hpp
File diff suppressed because it is too large
Load diff
12863
src/json.hpp.re2c
12863
src/json.hpp.re2c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue