feature/documentation #12

Merged
cromer merged 26 commits from feature/documentation into develop 2023-02-03 23:21:29 -03:00
Showing only changes of commit 102a182559 - Show all commits

View File

@ -6,7 +6,7 @@
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