1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +00:00

AK: Add a GenericLexer and extend the JsonParser with it (#2696)

This commit is contained in:
Benoît Lormeau 2020-08-09 11:34:26 +02:00 committed by GitHub
parent 1222be7e3a
commit 7b356c33cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 476 additions and 96 deletions

View file

@ -193,6 +193,7 @@ set(KERNEL_SOURCES
set(AK_SOURCES
../AK/FlyString.cpp
../AK/GenericLexer.cpp
../AK/JsonParser.cpp
../AK/JsonValue.cpp
../AK/LexicalPath.cpp