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:
parent
5f51d85184
commit
3d3084f088
4 changed files with 323 additions and 49 deletions
|
@ -30,6 +30,7 @@ set(SOURCES
|
|||
FileSystemModel.cpp
|
||||
FilteringProxyModel.cpp
|
||||
Frame.cpp
|
||||
GMLLexer.cpp
|
||||
GMLParser.cpp
|
||||
GroupBox.cpp
|
||||
HeaderView.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue