1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:58:11 +00:00
serenity/Userland/Libraries/LibCpp
Andreas Kling ddbf20ecf6 LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
This is a little bit messy but the basic idea is:

Syntax::Highlighter now has a Syntax::HighlighterClient to talk to the
outside world. It mostly communicates in LibGUI primitives that are
available in headers, so inlineable.

GUI::TextEditor inherits from Syntax::HighlighterClient.

This let us to move GUI::JSSyntaxHighlighter to JS::SyntaxHighlighter
and remove LibGUI's dependency on LibJS.
2021-02-07 16:56:02 +01:00
..
AST.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
AST.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
CMakeLists.txt LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp 2021-02-07 14:40:36 +01:00
Lexer.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Lexer.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
SyntaxHighlighter.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
SyntaxHighlighter.h LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00