1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00

LibGUi: Rework GML parser into a lexer+parser

This will make it easier to add GML syntax highlighting. :^)
This commit is contained in:
Andreas Kling 2020-12-21 12:32:27 +01:00
parent 5f51d85184
commit 3d3084f088
4 changed files with 323 additions and 49 deletions

View file

@ -30,6 +30,7 @@ set(SOURCES
FileSystemModel.cpp
FilteringProxyModel.cpp
Frame.cpp
GMLLexer.cpp
GMLParser.cpp
GroupBox.cpp
HeaderView.cpp