mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 09:59:03 +00:00
Improved compile times
Added A LOT of comments
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
namespace LX
|
||||
{
|
||||
// Passes the constructor args to the values //
|
||||
Token::Token(const TokenType _type, std::string _contents)
|
||||
: type(_type), contents(_contents)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user