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

HackStudio: Start building a C++ lexer to help with syntax highlighting

This commit is contained in:
Andreas Kling 2019-10-25 19:52:44 +02:00
parent 51e655f903
commit 307cbf83c3
4 changed files with 242 additions and 0 deletions

View file

@ -2,6 +2,7 @@
int main(int, char**)
{
// This is a comment :^)
printf("Hello friends!\n");
return 0;
}