Moved Common to external git repo
Also changed namespace from LXC to PashaBibko::LXC
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <Token.h>
|
||||
|
||||
namespace LXC::Lexer
|
||||
namespace PashaBibko::LXC::Lexer
|
||||
{
|
||||
struct LexerContext final
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <LXC.h>
|
||||
#include <Util.h>
|
||||
|
||||
namespace LXC::Lexer
|
||||
namespace PashaBibko::LXC::Lexer
|
||||
{
|
||||
namespace TokenClass
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user