develop #15

Merged
cromer merged 64 commits from develop into master 2023-02-23 01:11:48 -03:00
Showing only changes of commit 102a182559 - Show all commits

View File

@ -6,7 +6,7 @@
namespace obelisk namespace obelisk
{ {
/** /**
* @brief The lexer reads and identifies tokens in the obelisk source code. * @brief The Lexer reads and identifies tokens in the obelisk source code.
* *
*/ */
class Lexer class Lexer